1
This commit is contained in:
@@ -661,7 +661,7 @@ func (a *API) EbaiRefundOrder(param *RefundOrderExamine) error {
|
||||
param.ReasonCode = "7001"
|
||||
}
|
||||
if param.ReasonRemarks != "" {
|
||||
param.ActionType = 2
|
||||
param.ActionType = "2"
|
||||
}
|
||||
_, err := a.AccessAPI("order.reverse.process", utils.Struct2MapByJson(param))
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user