Skip to content

Commit

Permalink
adds paymentStatus and additionalAction to initThreeDSPaymentResponse (
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn committed Dec 7, 2023
1 parent b07f93f commit 2d14067
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,10 @@ type PaymentTransactionResponse struct {
}

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

type InitCheckoutPaymentResponse struct {
Expand Down

0 comments on commit 2d14067

Please sign in to comment.