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
PaymentIntent webhooks from non-Simple Commerce sources (e.g. manually made Payment Links) are throwing errors due to missing order_id in metadata. Can be prevented by adding a check before each method-case and return 2x status code.
Description
PaymentIntent webhooks from non-Simple Commerce sources (e.g. manually made Payment Links) are throwing errors due to missing
order_id
inmetadata
. Can be prevented by adding a check before eachmethod
-case and return 2x status code.Check if
metadata->order_id
existSteps to reproduce
N/A
Environment
N/A (let me know if needed)
The text was updated successfully, but these errors were encountered: