Skip to content

Commit

Permalink
Add init checkout payments for deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
beratallahverdi committed Jul 4, 2024
1 parent 06c7f39 commit 56136aa
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 @@ -676,6 +676,7 @@ type InitCheckoutPaymentRequest struct {
AllowOnlyCreditCard bool `json:"allowOnlyCreditCard,omitempty"`
ForceThreeDS bool `json:"forceThreeDS,omitempty"`
ForceAuthForNonCreditCards bool `json:"forceAuthForNonCreditCards,omitempty"`
DepositPayment bool `json:"depositPayment,omitempty"`
Ttl int64 `json:"ttl,omitempty"`
CustomInstallments []CustomInstallment `json:"customInstallments,omitempty"`
Items []PaymentItem `json:"items"`
Expand Down

0 comments on commit 56136aa

Please sign in to comment.