Retry get order item call
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