Reminder: webhook configuration needed for SimpleCart's Stripe gateway v2

We released v2 of the Stripe gateway a while ago:

This week we’ve promoted it to the stable channel, which means a lot more people are likely to get offered the upgrade.

As such, just a reminder that you need to configure the webhooks in Stripe to use v2 of the gateway, as documented here. Without configuring the webhook, the checkout/thank you page will appear to be stuck as “Verifying Payment” indefinitely.

v1 of the gateway can cause issues on PHP 7.2+ due to the usage of a reserved class name Object in the Stripe dependency that ships with, so upgrading to v2 should be considered mandatory.

As a bonus, you also get support for 3DS, Bancontact and iDeal gateways in v2.