Skip to content

Commit

Permalink
Update payment_response.struct.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammizzle authored Jan 18, 2021
1 parent 76a50eb commit 52ad309
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions payment_response.struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,21 @@ type PaymentReceiptModel struct {
MerchantStatistics struct {
} `json:"merchantStatistics"`
} `json:"risks"`

Result string `json:"result,omitempty"`
Message string `json:"message,omitempty"`
AcsURL string `json:"acsUrl,omitempty"`
MD string `json:"md,omitempty"`
PaReq string `json:"paReq,omitempty"`
TermURL string `json:"termUrl,omitempty"`

// 3D Secure
PaymentRequires3DSecure struct {
Result string `json:"result,omitempty"`
Message string `json:"message,omitempty"`
AcsURL string `json:"acsUrl,omitempty"`
MD string `json:"md,omitempty"`
PaReq string `json:"paReq,omitempty"`
TermURL string `json:"termUrl,omitempty"`
} `json:"paymentRequires3DSecure"`
}

0 comments on commit 52ad309

Please sign in to comment.