spec/unit/braintree/customer_spec.rb in braintree-2.74.0 vs spec/unit/braintree/customer_spec.rb in braintree-2.75.0

- old
+ new

@@ -121,11 +121,11 @@ :email, :token, :billing_agreement_id, {:options => [:make_default]}, ]}, - {:options => [:paypal => [:payee_email]]}, + {:options => [:paypal => [:payee_email, :order_id, :custom_field, :description, :amount]]}, {:custom_fields => :_any_key_} ] end end @@ -180,10 +180,10 @@ :region, :street_address, {:options => [:update_existing]} ]} ]}, - {:options => [:paypal => [:payee_email]]}, + {:options => [:paypal => [:payee_email, :order_id, :custom_field, :description, :amount]]}, {:custom_fields => :_any_key_} ] end end