Skip to content

Use pymasmovil method "get_order_item_by_ICC" in new registrations

Administrator requested to merge new-registration-get-order-item-by-ICC into master

Depends on https://gitlab.com/coopdevs/pymasmovil/-/merge_requests/88

Check if a request to create an order item is a portabiliy or a new registration and use "get_order_item_by_ICC" to get the order items from new registrations.

The reason is that new registrations do not bring a phone_number, so we can't look for them with that parameter. What they do have, is the ICC.

Edited by Administrator

Merge request reports