[DBTech] DragonByte Stripe Checkout

[DBTech] DragonByte Stripe Checkout 2.1.1

  • Author Author kashif
  • Creation date Creation date

Update highlights​

  • This version improves compatibility with future versions of XenForo by moving certain code calls out of templates.
  • There are no changes to functionality, but the update is recommended to avoid compatibility issues with the upcoming XenForo v2.3.8 & newer.

Complete Change Log​

  • Change: Move database query calls from templates to PHP files

Update highlights​

In this version, you can now specify MobilePay as a supported payment method, if your business is registered in Finland and you sell to Finnish customers.

Complete Change Log​

Feature: Add MobilePay as a supported payment method

Update highlights​

This version fixes an issue where the custom options would be ignored in the front-end.

Complete Change Log​

Fix: Fix the options not loading correctly

Update highlights​

!!!This version requires PHP 8.0+!!!

This version removes the "Recurring" support, as this is now natively added to XenForo 2.3. This add-on has also been updated with support for the updated Stripe payment profile handler.

Complete Change Log​

Change: Update for compatibility with XF 2.3's built-in Stripe Checkout
Change: Remove "Recurring" flag
Change: Updated macros to XF 2.3 format
Change: Replace various references with class-string<T> equivalents
Change: Update code for PHP 8.0
Fix: Fixed template modifications
Update highlights
  • This version adds !!!EXPERIMENTAL!!! support for recurring subscriptions using Stripe Checkout.
  • !!!DO NOT ATTEMPT THIS USING LIVE PAYMENTS UNTIL YOU HAVE COMPLETED A SUBSCRIPTION IN STRIPE'S "TEST MODE"!!!
  • I take absolutely no responsibility for any lost revenue if you decide to just throw this live without testing it! I have successfully completed payments using Stripe's "Test Mode", but I haven't tested whether the webhook will actually successfully ping your site and grant users their subscriptions.
Complete Change Log
  • Feature: Experimental recurring payment support
Top