mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 18:26:16 +00:00
feat(epay): support type selectors and preserve callback type
This commit is contained in:
@@ -18,6 +18,7 @@ type CreateTransactionRequest struct {
|
||||
// empty or any other value is stored as "Gmpay" and uses GMPay JSON.
|
||||
// It is optional for GMPay, but must be included in the signature when sent.
|
||||
PaymentType string `json:"payment_type" form:"payment_type" example:"Epay"`
|
||||
EpayType string `json:"-" form:"-"`
|
||||
}
|
||||
|
||||
func (r CreateTransactionRequest) Translates() map[string]string {
|
||||
|
||||
Reference in New Issue
Block a user