Closed GytisZum closed 6 months ago
@GytisZum is seems this fix makes impossible to pass empty (""
) phone number to the OrderData which in turn breaks usage of the Orders API - we send N/A
for empty phone numbers and getting The phone field should contain a valid phone number, in E 164 format
response
it seems $defaultValue
for phone field should be null
or ""
instead of N/A
League container fix