Draft: Get order-items by ICC filtering by status
-
New to PyMasMovil version 0.0.15,
Account.get_order_item_by_ICC
can filter by requested order-item status, and return the most recently created order-item if multiple ones are found with the same ICC and status. -
This new features make the method much more convenient than
Account.get_order_item_by_phone
, so order-item retrieving increate_order_item task
with portabilities start to use the ICC method as well.
Edited by Administrator