- remove useless comment
This commit is contained in:
@@ -46,7 +46,6 @@ func (c *PurchaseHandler) onOrderMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi
|
||||
status := c.callbackMsg2Status(msg)
|
||||
if msg.StatusID == jdapi.OrderStatusAddComment || msg.StatusID == jdapi.OrderStatusModifyComment {
|
||||
if globals.ReallyCallPlatformAPI {
|
||||
// freshfood.FreshFoodAPI.JDOrderComment(msg)
|
||||
c.onOrderComment(msg)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user