1
This commit is contained in:
@@ -56,6 +56,7 @@ func (p *PurchaseHandler) GetOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
fmt.Println("resultOrders===============", resultOrders)
|
||||
return p.Map2Order(utils.Struct2FlatMap(resultOrders)), err
|
||||
}
|
||||
func (p *PurchaseHandler) GetOrderStatus(vendorOrgCode, vendorOrderID string) (status int, err error) {
|
||||
|
||||
Reference in New Issue
Block a user