Skip to content

Commit

Permalink
Merge pull request #832 from stripe/remi-add-charge-pmg-3ds
Browse files Browse the repository at this point in the history
Add basic fields in Charge's PMD 3DS field
  • Loading branch information
remi-stripe authored Apr 16, 2019
2 parents 349e59e + 9cab449 commit f73985e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f73985e

Please sign in to comment.