Re: [UPDATED] Stripe Payment Gateway Pro
Posted: Sat Apr 19, 2025 5:57 am
Updated to v2025-4-18
Release Notes:
- NOTE: This version changes the script embed syntax slightly for the Express Checkout button and Quick Buy button. If you use one of those, make sure you review the new syntax for adding the relevant <script> tag.
- Added: various improvements to the new Express Checkout element
- Added: support for the Stripe "Payment Method Messaging" element
- Fixed: various bugs in the new Express Checkout element code
- Fixed: "Undefined variable $refund_response" error
- Fixed: address format issues in OpenCart 4 versions
- Fixed: stored cards were not showing on the Cards & Subscriptions page
- Fixed: quantity in stock was not being checked for the Quick Buy button
- Fixed: mistaken order history being added if the extension admin panel is loaded with an "order_id" parameter is in the URL
- Fixed: bug in the previous fix for multiple subscriptions
- Fixed: issue with subscription coupons due to case-sensitivity in Stripe
- Updated: the duplicate payment check is now disabled if taking payments using Collect Payment Later
- Updated: the payment method title is now stripped of HTML when the order is finalized, to prevent really long titles from causing problems
- Updated: renamed the render() function to renderTemplate() to avoid issues
- Updated: the duplicate payment check is now disabled if taking payments using Collect Payment Later
- Updated: improved the detection of the OpenCart version in the Express Checkout and Quick Buy button code
Release Notes:
- NOTE: This version changes the script embed syntax slightly for the Express Checkout button and Quick Buy button. If you use one of those, make sure you review the new syntax for adding the relevant <script> tag.
- Added: various improvements to the new Express Checkout element
- Added: support for the Stripe "Payment Method Messaging" element
- Fixed: various bugs in the new Express Checkout element code
- Fixed: "Undefined variable $refund_response" error
- Fixed: address format issues in OpenCart 4 versions
- Fixed: stored cards were not showing on the Cards & Subscriptions page
- Fixed: quantity in stock was not being checked for the Quick Buy button
- Fixed: mistaken order history being added if the extension admin panel is loaded with an "order_id" parameter is in the URL
- Fixed: bug in the previous fix for multiple subscriptions
- Fixed: issue with subscription coupons due to case-sensitivity in Stripe
- Updated: the duplicate payment check is now disabled if taking payments using Collect Payment Later
- Updated: the payment method title is now stripped of HTML when the order is finalized, to prevent really long titles from causing problems
- Updated: renamed the render() function to renderTemplate() to avoid issues
- Updated: the duplicate payment check is now disabled if taking payments using Collect Payment Later
- Updated: improved the detection of the OpenCart version in the Express Checkout and Quick Buy button code