Skip to content

Commit

Permalink
Update Installment Service (#114)
Browse files Browse the repository at this point in the history
* Update Installment Service

* Update Installment Service

---------

Co-authored-by: Mustafa Özcan <mustafa.ozcan@craftgate.io>
  • Loading branch information
mozcan and Mustafa Özcan authored Dec 26, 2024
1 parent 5dccae4 commit b3e4a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,8 @@ type InstallmentPrice struct {
TotalPrice *float64 `json:"totalPrice"`
InstallmentNumber *int `json:"installmentNumber"`
InstallmentLabel *string `json:"installmentLabel"`
Force3ds *bool `json:"force3ds"`
CvcRequired *bool `json:"cvcRequired"`
}

type SearchInstallmentsRequest struct {
Expand Down

0 comments on commit b3e4a2a

Please sign in to comment.