maksuturva / magento2_payment_module

Svea Payment module for Magento 2
Other
4 stars 13 forks source link

Fix creating order from admin #55

Closed joelvai closed 1 year ago

joelvai commented 1 year ago

Creating order from admin gives following error

1 exception(s): Exception #0 (Exception): Deprecated Functionality: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in app/code/Svea/Maksuturva/Model/PaymentAbstract.php on line 181

This is caused because php7.4 allowed passing null value for number_format() and php8.1 requires float.

Svea-Maintainer commented 1 year ago

Thank you for your commitment to this payment module :)

Hopefully you'll be contacted soon by Svea Payments sales people and become one of our beta testers for the new payment module that is completely rewritten and should have better PHP 8.1 support.