This commit is contained in:
richboo111
2022-08-09 16:10:15 +08:00
parent 831093fbd4
commit b5d186b167
2 changed files with 1 additions and 2 deletions

View File

@@ -266,7 +266,6 @@ func (c *PurchaseHandler) PartRefundOrder(ctx *jxcontext.Context, order *model.G
// Number: "",
// })
//}
if err := api.EbaiAPI.OrderAgreePartRefund(afsOrderInfo.VendorOrderID, orderSkus2AfsSkus(refundSkuList), afsOrderInfo.AfsOrderID); err != nil {
return err
}