spec/unit/braintree/customer_spec.rb in braintree-3.1.0 vs spec/unit/braintree/customer_spec.rb in braintree-3.2.0
- old
+ new
@@ -98,11 +98,11 @@
:token,
:venmo_sdk_payment_method_code,
:device_data,
:payment_method_nonce,
{:external_vault=>[:network_transaction_id]},
- {:options => [:make_default, :verification_merchant_account_id, :verify_card, :verification_amount, :venmo_sdk_session, :fail_on_duplicate_payment_method, :verification_account_type]},
+ {:options => [:make_default, :verification_merchant_account_id, :verify_card, :verification_amount, :venmo_sdk_session, :fail_on_duplicate_payment_method, :verification_account_type, :verification_currency_iso_code]},
{:billing_address => [
:company,
:country_code_alpha2,
:country_code_alpha3,
:country_code_numeric,
@@ -195,9 +195,10 @@
:verify_card,
:verification_amount,
:venmo_sdk_session,
:fail_on_duplicate_payment_method,
:verification_account_type,
+ :verification_currency_iso_code,
:update_existing_token
]},
{:billing_address => [
:company,
:country_code_alpha2,