Method: Figo#get_payment_proposals
- Defined in:
- lib/payment/api_call.rb
#get_payment_proposals ⇒ Object
Retreive payment proposals
68 69 70 |
# File 'lib/payment/api_call.rb', line 68 def get_payment_proposals query_api "/rest/address_book", nil, "GET" end |