mirror of
https://github.com/bestbytes/datatrans.git
synced 2025-10-16 12:05:36 +00:00
add field "MerchantID" to ResponseStatus
This commit is contained in:
parent
68d31d6e41
commit
b3aafdc91d
1
dto.go
1
dto.go
@ -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"`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user