From 02fcc536bc3aead5e5de80d4f150e67e0eff058a Mon Sep 17 00:00:00 2001 From: Rickard Lindroth Date: Fri, 21 Feb 2020 09:30:00 +0100 Subject: [PATCH] adding device data to customer request --- customer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/customer.go b/customer.go index 38b10ae4..293df831 100644 --- a/customer.go +++ b/customer.go @@ -73,6 +73,7 @@ type CustomerRequest struct { CreditCard *CreditCard `xml:"credit-card,omitempty"` PaymentMethodNonce string `xml:"payment-method-nonce,omitempty"` DefaultPaymentMethodToken string `xml:"default_payment_method_token"` + DeviceData string `xml:"device-data,omitempty"` } type CustomerSearchResult struct {