Fix - Required attributes from dict must be filled
When checking which attributes are required for building an account or an order item, we must also check that those attributes are filled with values in the incoming dict.
Delete nationality
from OrderItem required attributes list since it is not even a valid key for an order-item
Edited by Administrator