Skip to content

Commit

Permalink
Adds mdStatus to RetrieveCheckoutPayment (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn committed Apr 16, 2024
1 parent 1540b7c commit 9c9205a
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 @@ -974,6 +974,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 9c9205a

Please sign in to comment.