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 52ad309 commit e54d0ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions payment_response.struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,10 @@ 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"`
Expand Down

0 comments on commit e54d0ea

Please sign in to comment.