lib/braintree/transaction_gateway.rb in braintree-2.103.0 vs lib/braintree/transaction_gateway.rb in braintree-2.104.0
- old
+ new
@@ -254,9 +254,10 @@
:kind, :amount,
]},
]},
]},
{:apple_pay_card => [:number, :cardholder_name, :cryptogram, :expiration_month, :expiration_year, :eci_indicator]},
+ # NEXT_MAJOR_VERSION rename Android Pay to Google Pay
{:android_pay_card => [:number, :cryptogram, :google_transaction_id, :expiration_month, :expiration_year, :source_card_type, :source_card_last_four, :eci_indicator]}
]
end
def self._submit_for_settlement_signature # :nodoc: