- test mtwm.MsgTypeOrderFinishedPickup
This commit is contained in:
@@ -71,3 +71,7 @@ func (c *MtwmController) OrderPartialRefund() {
|
||||
func (c *MtwmController) StoreStatusChanged() {
|
||||
c.onCallbackMsg(mtwmapi.MsgTypeStoreStatusChanged)
|
||||
}
|
||||
|
||||
func (c *MtwmController) StoreOrderFinishedPickup() {
|
||||
c.onCallbackMsg(mtwmapi.MsgTypeOrderFinishedPickup)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user