Skip to content

Commit

Permalink
Added Visa Checkout and Masterpass payment instrument types.
Browse files Browse the repository at this point in the history
  • Loading branch information
yijielee committed Nov 2, 2017
1 parent eeab75d commit 200267f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/braintree/payment_instrument_types.js
Expand Up @@ -10,7 +10,9 @@ let PaymentInstrumentTypes = {
AndroidPayCard: 'android_pay_card',
AmexExpressCheckoutCard: 'amex_express_checkout_card',
VenmoAccount: 'venmo_account',
IdealPayment: 'ideal_payment'
IdealPayment: 'ideal_payment',
VisaCheckoutCard: 'visa_checkout_card',
MasterpassCard: 'masterpass_card'
};

module.exports = {PaymentInstrumentTypes: PaymentInstrumentTypes};

0 comments on commit 200267f

Please sign in to comment.