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
Is your feature request related to a problem? Please describe.
checkout.session.completed event processing assumes currency is always present , however this may not always be the case since currency is a nullable property.
Is your feature request related to a problem? Please describe.
checkout.session.completed
event processing assumes currency is always present , however this may not always be the case sincecurrency
is a nullable property.subscribie/subscribie/blueprints/checkout/__init__.py
Line 862 in b27ffc0
Describe the solution you'd like
Don't assume currency is present.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: