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

- old
+ new

@@ -126,10 +126,10 @@ post[:ex] = format_date(credit_card.month, credit_card.year) post[:cc] = credit_card.verification_value if credit_card.verification_value? end def add_token(post, token) - post[:fp] = 't' # turn on "future payments" - what paystation calls Token Billing + post[:fp] = 't' # turn on "future payments" - what paystation calls Token Billing post[:ft] = token end def store_credit_card(post, options) post[:fp] = 't' # turn on "future payments" - what paystation calls Token Billing