spec/unit/braintree/customer_spec.rb in braintree-2.66.0 vs spec/unit/braintree/customer_spec.rb in braintree-2.67.0
- old
+ new
@@ -115,10 +115,16 @@
:postal_code,
:region,
:street_address
]}
]},
+ {:paypal_account => [
+ :email,
+ :token,
+ :billing_agreement_id,
+ {:options => [:make_default]},
+ ]},
{:custom_fields => :_any_key_}
]
end
end
@@ -154,9 +160,10 @@
:make_default,
:verification_merchant_account_id,
:verify_card,
:verification_amount,
:venmo_sdk_session,
+ :fail_on_duplicate_payment_method,
:update_existing_token
]},
{:billing_address => [
:company,
:country_code_alpha2,