lib/braintree/payment_method_parser.rb in braintree-2.103.0 vs lib/braintree/payment_method_parser.rb in braintree-2.104.0

- old
+ new

@@ -11,9 +11,10 @@ elsif attributes[:us_bank_account] UsBankAccount._new(gateway, attributes[:us_bank_account]) elsif attributes[:apple_pay_card] ApplePayCard._new(gateway, attributes[:apple_pay_card]) elsif attributes[:android_pay_card] + # NEXT_MAJOR_VERSION rename Android Pay to Google Pay AndroidPayCard._new(gateway, attributes[:android_pay_card]) elsif attributes[:amex_express_checkout_card] AmexExpressCheckoutCard._new(gateway, attributes[:amex_express_checkout_card]) elsif attributes[:venmo_account] VenmoAccount._new(gateway, attributes[:venmo_account])