feat: add refund
This commit is contained in:
@@ -2,6 +2,8 @@ package fields
|
||||
|
||||
import (
|
||||
"quyun/providers/wepay"
|
||||
|
||||
"github.com/go-pay/gopay/wechat/v3"
|
||||
)
|
||||
|
||||
// swagger:enum OrderStatus
|
||||
@@ -9,5 +11,6 @@ import (
|
||||
type OrderStatus int16
|
||||
|
||||
type OrderMeta struct {
|
||||
PayNotify wepay.PayNotify `json:"pay_notify"`
|
||||
PayNotify wepay.PayNotify `json:"pay_notify"`
|
||||
RefundResp *wechat.RefundOrderResponse `json:"refund_resp"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user