You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yotpo mass create order API does not accept this email format: [email protected]
From what I understand, the exportOrderModel.js validates email address in the order and "skips" these orders in the payload so that the entire batch of orders being sent through API won't fail.
However, the regex seems to allow this format, which is inconsistent with the validation on Yotpo's end
Yotpo mass create order API does not accept this email format: [email protected]
From what I understand, the exportOrderModel.js validates email address in the order and "skips" these orders in the payload so that the entire batch of orders being sent through API won't fail.
However, the regex seems to allow this format, which is inconsistent with the validation on Yotpo's end
salesforce-cartridge/cartridges/int_yotpo_sfra/cartridge/scripts/utils/constants.js
Line 36 in a05dd1a
The text was updated successfully, but these errors were encountered: