Method: ActiveMerchant::Billing::AdyenGateway#adjust
- Defined in:
- lib/active_merchant/billing/gateways/adyen.rb
#adjust(money, authorization, options = {}) ⇒ Object
136 137 138 139 140 141 142 143 |
# File 'lib/active_merchant/billing/gateways/adyen.rb', line 136 def adjust(money, , = {}) post = init_post() add_invoice_for_modification(post, money, ) add_reference(post, , ) add_extra_data(post, nil, ) add_recurring_detail_reference(post, ) commit('adjustAuthorisation', post, ) end |