Skip to content

Commit

Permalink
Adds paymentId to 3DS init and GarantiPay init (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn authored Oct 6, 2023
1 parent 1a1a379 commit 6a522c7
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 @@ -706,6 +706,7 @@ type PaymentTransactionResponse struct {

type Init3DSPaymentResponse struct {
HtmlContent *string `json:"htmlContent"`
PaymentId *int64 `json:"paymentId"`
}

type InitCheckoutPaymentResponse struct {
Expand Down Expand Up @@ -921,6 +922,7 @@ type GarantiPayInstallment struct {

type InitGarantiPayPaymentResponse struct {
HtmlContent *string `json:"htmlContent"`
PaymentId *int64 `json:"paymentId"`
}

type RetrieveLoyaltiesResponse struct {
Expand Down

0 comments on commit 6a522c7

Please sign in to comment.