- Fixed a PHP error that occurred when parsing environment variables for boolean gateway settings.
- Fixed a bug where declined payments weren’t being marked as failed. (#94)
- Fixed a bug where refunds could be incorrectly marked as failed. (#82)
- Added
craft\commerce\paypalcheckout\gateways\Gateway::EVENT_BUILD_GATEWAY_REQUEST. (#89) - Added
craft\commerce\paypalcheckout\events\BuildGatewayRequestEvent. (#89)
- Added
craft\commerce\paypalcheckout\gateways\Gateway::showPaymentFormSubmitButton(). - Fixed a supply chain security vulnerability.
- Added Craft CMS 5 and Craft Commerce 5 compatibility.