spec/unit/braintree/customer_spec.rb in braintree-2.3.1 vs spec/unit/braintree/customer_spec.rb in braintree-2.4.0
- old
+ new
@@ -68,10 +68,13 @@
:number,
:token,
{:options => [:make_default, :verification_merchant_account_id, :verify_card]},
{:billing_address => [
:company,
+ :country_code_alpha2,
+ :country_code_alpha3,
+ :country_code_numeric,
:country_name,
:extended_address,
:first_name,
:last_name,
:locality,
@@ -110,9 +113,12 @@
:verify_card,
:update_existing_token
]},
{:billing_address => [
:company,
+ :country_code_alpha2,
+ :country_code_alpha3,
+ :country_code_numeric,
:country_name,
:extended_address,
:first_name,
:last_name,
:locality,