module Braintree::Test::VenmoSDK

Constants

AmExPaymentMethodCode
DiscoverPaymentMethodCode
InvalidPaymentMethodCode
InvalidSession
JCBPaymentMethodCode
MasterCardPaymentMethodCode
Session
VisaPaymentMethodCode

Public Class Methods

generate_test_payment_method_code(card_number) click to toggle source
# File lib/braintree/test/venmo_sdk.rb, line 4
def self.generate_test_payment_method_code(card_number)
  "stub-#{card_number}"
end