spec/unit/braintree/credit_card_spec.rb in braintree-2.101.0 vs spec/unit/braintree/credit_card_spec.rb in braintree-2.102.0

- old
+ new

@@ -39,11 +39,21 @@ :locality, :postal_code, :region, :street_address ]}, - :customer_id + {:three_d_secure_pass_thru => [ + :eci_flag, + :cavv, + :xid, + :three_d_secure_version, + :authentication_response, + :directory_response, + :cavv_algorithm, + :ds_transaction_id, + ]}, + :customer_id, ] end end describe "self.update_signature" do @@ -76,10 +86,20 @@ :locality, :postal_code, :region, :street_address, {:options => [:update_existing]} - ]} + ]}, + {:three_d_secure_pass_thru => [ + :eci_flag, + :cavv, + :xid, + :three_d_secure_version, + :authentication_response, + :directory_response, + :cavv_algorithm, + :ds_transaction_id, + ]}, ] end end describe "self.create_from_transparent_redirect" do