Skip to content

Commit

Permalink
forces auth for non credit cards (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus committed Apr 19, 2023
1 parent 0cab484 commit 227f0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ type InitCheckoutPaymentRequest struct {
AllowOnlyStoredCards bool `json:"allowOnlyStoredCards,omitempty"`
AllowOnlyCreditCard bool `json:"allowOnlyCreditCard,omitempty"`
ForceThreeDS bool `json:"forceThreeDS,omitempty"`
ForceAuthForNonCreditCards bool `json:"forceAuthForNonCreditCards,omitempty"`
Items []PaymentItem `json:"items"`
}

Expand Down

0 comments on commit 227f0d5

Please sign in to comment.