lib/active_merchant/billing/gateways/paypal_express.rb in activemerchant-1.114.0 vs lib/active_merchant/billing/gateways/paypal_express.rb in activemerchant-1.116.0
- old
+ new
@@ -71,10 +71,10 @@
def agreement_details(reference_id, options = {})
commit 'BAUpdate', build_details_billing_agreement_request(reference_id)
end
def authorize_reference_transaction(money, options = {})
- requires!(options, :reference_id, :payment_type, :invoice_id, :description, :ip)
+ requires!(options, :reference_id)
commit 'DoReferenceTransaction', build_reference_transaction_request('Authorization', money, options)
end
def reference_transaction(money, options = {})