From 9cab44950bb3eb8576b5f3948640849fcab0dfc5 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Fri, 12 Apr 2019 09:06:53 -0700 Subject: [PATCH] Add basic fields in Charge's PMD 3DS field --- charge.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charge.go b/charge.go index f13e6f3f1c..1b27e82229 100644 --- a/charge.go +++ b/charge.go @@ -225,6 +225,8 @@ type ChargePaymentMethodDetailsCardChecks struct { // ChargePaymentMethodDetailsCardThreeDSecure represents details about 3DS associated with the // charge's PaymentMethod. type ChargePaymentMethodDetailsCardThreeDSecure struct { + Succeeded bool `json:"succeeded"` + Version string `json:"version"` } // ChargePaymentMethodDetailsCardWalletAmexExpressCheckout represents the details of the Amex