bambora / checkout-magento-v2.x

Bambora Online - Magento 2
https://www.bambora.com/sv/se/betalningslosningar/
3 stars 13 forks source link

Fix PHP 8.1 deprecation in Data helper #46

Closed puntable closed 2 years ago

puntable commented 2 years ago

Error When visiting the cart and checkout page: Exception #0 (Exception): Deprecated Functionality: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /vendor/bambora/module-payment-magento2/Helper/Data.php on line 175

Solution Casting the variable to a string to fix the issue.

sessan commented 2 years ago

Included now.