lib/braintree/transaction_gateway.rb in braintree-2.28.0 vs lib/braintree/transaction_gateway.rb in braintree-2.29.0
- old
+ new
@@ -115,9 +115,10 @@
def self._create_signature # :nodoc:
[
:amount, :customer_id, :merchant_account_id, :order_id, :channel, :payment_method_token,
:purchase_order_number, :recurring, :shipping_address_id, :type, :tax_amount, :tax_exempt,
:venmo_sdk_payment_method_code, :device_session_id, :service_fee_amount, :device_data, :fraud_merchant_id,
+ :billing_address_id,
{:credit_card => [:token, :cardholder_name, :cvv, :expiration_date, :expiration_month, :expiration_year, :number]},
{:customer => [:id, :company, :email, :fax, :first_name, :last_name, :phone, :website]},
{
:billing => AddressGateway._shared_signature
},