lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.85.0 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.86.0
- old
+ new
@@ -167,10 +167,10 @@
end
def build_token_request(credit_card, options)
result = new_transaction
add_credit_card(result, credit_card)
- add_amount(result, 100, options) #need to make an auth request for $1
+ add_amount(result, 100, options) # need to make an auth request for $1
add_token_request(result, options)
add_optional_elements(result, options)
result
end