lib/braintree/transaction_gateway.rb in braintree-2.6.2 vs lib/braintree/transaction_gateway.rb in braintree-2.6.3
- old
+ new
@@ -87,10 +87,10 @@
end
end
def self._create_signature # :nodoc:
[
- :amount, :customer_id, :merchant_account_id, :order_id, :payment_method_token, :type,
+ :amount, :customer_id, :merchant_account_id, :order_id, :payment_method_token, :shipping_address_id, :type,
{: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
},