- refactor.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package elmapi
|
||||
|
||||
const (
|
||||
OrderEffective = 10
|
||||
OrderValid = 10
|
||||
MerchantValid = 12
|
||||
OrderCanceled = 14
|
||||
MerchantInvalid = 15
|
||||
@@ -23,3 +23,7 @@ type ELMCallbackMsg struct {
|
||||
UserId int64 `json:"userId"`
|
||||
Signature string `json:"signature"`
|
||||
}
|
||||
|
||||
var (
|
||||
ELMResponseOK = &ELMCallbackResponse{"ok"}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user