Closed dimetechgroup closed 1 year ago
Fixed for the next release - we're still updating a few things like the QR code dependancy. To get the fix early, change your verbb/events
requirement in composer.json
to:
"require": {
"verbb/events": "dev-craft-4 as 2.0.0-beta.8",
"...": "..."
}
Then run composer update
.
Updated in 2.0.0-beta.9
Describe the bug
On updating to the latest version, getting
Too few arguments to function Endroid\QrCode\QrCode::__construct()
Steps to reproduce
Craft CMS version
4.3.6.1
Plugin version
2.0.0-beta.8
Multi-site?
No
Additional context
This happens due to outdated call to endroid/qrcode in getQrCode() method of PurchasedTicket element type
I solved it using the code below: