lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.102.0

- old
+ new

@@ -116,10 +116,10 @@ # # see: http://www.paymentexpress.com/technical_resources/ecommerce_nonhosted/pxpost.html#Tokenbilling # # Note, once stored, PaymentExpress does not support unstoring a stored card. def store(credit_card, options = {}) - request = build_token_request(credit_card, options) + request = build_token_request(credit_card, options) commit(:validate, request) end def supports_scrubbing true