1
This commit is contained in:
@@ -58,6 +58,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode string, vendorOrderID int64, ve
|
||||
}}
|
||||
api := getAPI(vendorOrgCode, 0, vendorStoreID)
|
||||
orderDetail, err := api.QueryOrderDetail(requestParam)
|
||||
globals.SugarLogger.Debugf("===========QueryOrderDetail := %v", err)
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user