Skip to content

Commit

Permalink
Adds mdStatus to RetrieveCheckoutPayment
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn committed Apr 3, 2024
1 parent d18bbcd commit 340c054
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 @@ -967,6 +967,7 @@ type PaymentResponse struct {
AuthCode *string `json:"authCode"`
HostReference *string `json:"hostReference"`
TransId *string `json:"transId"`
MdStatus *int `json:"mdStatus"`
OrderId *string `json:"orderId"`
CardHolderName *string `json:"cardHolderName"`
BankCardHolderName *string `json:"bankCardHolderName"`
Expand Down

0 comments on commit 340c054

Please sign in to comment.