From da72d62911dcb7683df80e92de28dc0308548435 Mon Sep 17 00:00:00 2001 From: Rickard Lindroth Date: Thu, 16 Jan 2020 10:04:40 +0100 Subject: [PATCH] adding devie data to create payment method --- payment_method_gateway.go | 1 + 1 file changed, 1 insertion(+) diff --git a/payment_method_gateway.go b/payment_method_gateway.go index 8cf282e6..daf0c534 100644 --- a/payment_method_gateway.go +++ b/payment_method_gateway.go @@ -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 {