Skip to content

Retry get order item call

Administrator requested to merge fix/retry-get-order-item-after-creation into master

When we create an order-item, we need to get it afterwards, to check the id. Sometimes, even if the order to create the order-item has been send, we get this error:

message: No existen Ordenes para el Cableoperador
status_code: 404

With the retry, we will avoid that delay problem in a cleaner way than a 'sleep' function

Edited by Administrator

Merge request reports