cmacma7 / bn

Broadcast network
3 stars 7 forks source link

[New POS] Cancel order should send to ERP if ERP is enabled. #1928

Open cmacma7 opened 5 years ago

cmacma7 commented 5 years ago
  1. enable ERP in setting
  2. cancel the order, but we don't see sendToErp flag, but we do see status:"canceled" flag. // cat {sendToErp:true} means order will also send to erp system in addition to send to tagfans. // cat {sendToErp:"erpOnly"} means order send to erp only.