Skip to content

Commit

Permalink
adding devie data to create payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
lindroth committed Jan 16, 2020
1 parent afea1d5 commit da72d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payment_method_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type PaymentMethodRequest struct {
PaymentMethodNonce string `xml:"payment-method-nonce,omitempty"`
Options *PaymentMethodRequestOptions `xml:"options,omitempty"`
BillingAddress *AddressRequest `xml:"billing-address,omitempty"`
DeviceData string `xml:"device-data,omitempty"`
}

type PaymentMethodRequestOptions struct {
Expand Down

0 comments on commit da72d62

Please sign in to comment.