lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.120.0 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.121.0
- old
+ new
@@ -84,11 +84,11 @@
def credit(money, identification, options = {})
ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
refund(money, identification, options)
end
- def verify(payment_source, options = {})
- request = build_purchase_or_authorization_request(nil, payment_source, options)
+ def verify(money, payment_source, options = {})
+ request = build_purchase_or_authorization_request(money, payment_source, options)
commit(:validate, request)
end
# Token Based Billing
#