lib/active_merchant/billing/gateways/paystation.rb in activemerchant-1.23.0 vs lib/active_merchant/billing/gateways/paystation.rb in activemerchant-1.24.0

- old
+ new

@@ -105,10 +105,10 @@ end def add_credit_card(post, credit_card) post[:cn] = credit_card.number - post[:ct] = credit_card.type + post[:ct] = credit_card.brand post[:ex] = format_date(credit_card.month, credit_card.year) post[:cc] = credit_card.verification_value if credit_card.verification_value? end