spec/unit/braintree/credit_card_spec.rb in braintree-2.3.1 vs spec/unit/braintree/credit_card_spec.rb in braintree-2.4.0
- old
+ new
@@ -20,10 +20,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,
@@ -47,9 +50,12 @@
: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,