1
This commit is contained in:
@@ -431,6 +431,9 @@ func (p *PurchaseHandler) AcceptOrRefuseOrder(order *model.GoodsOrder, isAcceptI
|
||||
|
||||
func (p *PurchaseHandler) PickupGoods(order *model.GoodsOrder, isSelfDelivery bool, userName string) (err error) {
|
||||
if globals.EnableEbaiStoreWrite {
|
||||
if userName == "autoPickup" && !isSelfDelivery {
|
||||
return nil
|
||||
}
|
||||
err = api.EbaiAPI.OrderPickComplete(order.VendorOrderID)
|
||||
}
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user