Skip to content

Commit

Permalink
add field "MerchantID" to ResponseStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschlegel authored Nov 24, 2022
1 parent 68d31d6 commit b3aafdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ type CardAlias struct {

type ResponseStatus struct {
TransactionID string `json:"transactionId,omitempty"`
MerchantID string `json:"merchantId,omitempty"`
Type string `json:"type,omitempty"`
Status string `json:"status,omitempty"`
Currency string `json:"currency,omitempty"`
Expand Down

0 comments on commit b3aafdc

Please sign in to comment.