born05 / craft-commerce-buckaroo

Buckaroo Gateway for Craft Commerce
Other
3 stars 1 forks source link

$websiteKey must not be accessed before initialization #2

Closed janhenckens closed 10 months ago

janhenckens commented 1 year ago

Testing out this plugin for a potential feature in a project and I'm getting this error when trying to add a gateway:

Error: Typed property born05\commerce\buckaroo\gateways\CreditCardGateway::$websiteKey must not be accessed before initialization in /var/www/html/vendor/craftcms/cms/src/helpers/Template.php:118

I'm running: Craft 4.5.1 Commerce 4.2.11 PHP 8.1.21

roelvanhintum commented 10 months ago

Should be fixed with 2.1.2

janhenckens commented 10 months ago

Thanks @roelvanhintum!