spec/unit/braintree/credit_card_spec.rb in braintree-2.25.0 vs spec/unit/braintree/credit_card_spec.rb in braintree-2.26.0
- old
+ new
@@ -21,10 +21,11 @@
:expiration_year,
:number,
:token,
:venmo_sdk_payment_method_code,
:device_data,
+ :fraud_merchant_id,
{:options => [:make_default, :verification_merchant_account_id, :verify_card, :venmo_sdk_session, :fail_on_duplicate_payment_method]},
{:billing_address => [
:company,
:country_code_alpha2,
:country_code_alpha3,
@@ -55,9 +56,10 @@
:expiration_year,
:number,
:token,
:venmo_sdk_payment_method_code,
:device_data,
+ :fraud_merchant_id,
{:options => [:make_default, :verification_merchant_account_id, :verify_card, :venmo_sdk_session]},
{:billing_address => [
:company,
:country_code_alpha2,
:country_code_alpha3,