mollie / PrestaShop

iDEAL, Creditcard, Bancontact, SOFORT, Bank transfer, PayPal & paysafecard for Prestashop
http://www.mollie.com
BSD 2-Clause "Simplified" License
69 stars 44 forks source link

PIPRES-431/ League Container fix #931

Closed GytisZum closed 6 months ago

GytisZum commented 6 months ago

League container fix

sladkova commented 3 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