-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BP-3546 Use object as array in \Buckaroo\HyvaCheckout\Block\Totals\Fee::getTotal #22
Comments
Hi @Shiriaev, Thanks for mentioning this issue. We'll take a look at it. Best regards, |
Do you perhaps also have the Magento 2 version and PHP version that you are using? Best regards, |
Hello @Buckaroo-Rene ! Magento 2.4.6-p3 |
@Buckaroo-Rene I can confirm this:
Versions: Crashes out of the box. When that error is fixed, another one appears, which is probably related:
Which is caused by the |
@Buckaroo-Rene we can also confirm this. Also the same issue including @Tjitse-E's issue when fixing the first, however we don't have any surcharge added into the module. PHP 8.2 |
We can confirm that we have the same issue. Is there any indication of when this will be resolved? |
Could you please provide an update on this ticket? We're experiencing the same problem and would be grateful for any news. |
Hello Everyone!
I found error right after installation
Hyva_Checkout
and this module.The problem in Use object as array in
\Buckaroo\HyvaCheckout\Block\Totals\Fee::getTotal
:isset($totalData['extension_attributes']['buckaroo_fee'])
assumed that extension attributes is an array, but in our case extension attributes is an object. From my point of view, this function should be something as follow:Please consider to add such fixes to the module. Thanks!
The text was updated successfully, but these errors were encountered: