spec/unit/braintree/customer_spec.rb in braintree-2.96.0 vs spec/unit/braintree/customer_spec.rb in braintree-2.97.0
- old
+ new
@@ -99,11 +99,11 @@
:token,
:venmo_sdk_payment_method_code,
:device_data,
:fraud_merchant_id,
:payment_method_nonce,
- {:options => [:make_default, :verification_merchant_account_id, :verify_card, :verification_amount, :venmo_sdk_session, :fail_on_duplicate_payment_method]},
+ {:options => [:make_default, :verification_merchant_account_id, :verify_card, :verification_amount, :venmo_sdk_session, :fail_on_duplicate_payment_method, :verification_account_type]},
{:billing_address => [
:company,
:country_code_alpha2,
:country_code_alpha3,
:country_code_numeric,
@@ -184,9 +184,10 @@
:verification_merchant_account_id,
:verify_card,
:verification_amount,
:venmo_sdk_session,
:fail_on_duplicate_payment_method,
+ :verification_account_type,
:update_existing_token
]},
{:billing_address => [
:company,
:country_code_alpha2,