Skip to content

Remove MMOrderItemId after order-item has been cancelled/failed

If the 'check_order_item' task informs than an order-item has been canceled or failed because of an error, we should detele the MMOrderItemId from that ticket, because that order-item will never be the one that turns into an asset for that mobile provisioning ticket.

Explained, SC can do two things when an activations fails:

  • Manually create another order-item in the MM platform for that ticket, and close it if goes well.
  • Move the ticket to "IntroPlataforma" correcting the info and let the process with this proxy create a new orderItem.

Either way, the MMOrderItemId should be deleted from the ticket because it has already been discarded.

Edited by Administrator

Merge request reports