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
Pipe characters are being stripped from the customer id when using the checkout iframe. This does not happen with the iOS or Android SDK so pipe should be supported.
I don't believe any custom code was written for this. We are opening the hosted page with a prefilled email. Add the following parameter to a hosted page and you'll see the customer is saved with the wrong id.
customer[id]=auth0|xs8saf8sdf7asdf87
gets converted to the following when chargebee persists the customer:
Pipe characters are being stripped from the customer id when using the checkout iframe. This does not happen with the iOS or Android SDK so pipe should be supported.
The text was updated successfully, but these errors were encountered: