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
After a successful payment, the correct info is sent to Stripe but not to Craft. It's impossible to distinguish which product that has been bought because the 'Default form handle' is being saved to the new order.
Steps to reproduce
Buy product
View correct order data in Stripe
Sync orders in Craft
Go to 'Orders': all newly synced orders all have the same 'form handle' linked to it, even though they where purchased via different payment forms.
Hi @Sjouwke I am thinking of adding an event before creating the synced order, so you can have the info from Stripe and the synced order to determine what payment form is related to the Stripe Payments Order via a custom plugin.
Description
After a successful payment, the correct info is sent to Stripe but not to Craft. It's impossible to distinguish which product that has been bought because the 'Default form handle' is being saved to the new order.
Steps to reproduce
Sync orders in Craft
Go to 'Orders': all newly synced orders all have the same 'form handle' linked to it, even though they where purchased via different payment forms.
Additional info
The text was updated successfully, but these errors were encountered: