paynl / sdk

Pay.nl SDK
MIT License
37 stars 48 forks source link

Deprecated Functionality messages in Magento log #171

Open fmm-rwalraven opened 1 month ago

fmm-rwalraven commented 1 month ago

PAY.DEBUG: Transactie start mislukt: Deprecated Functionality: trim(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/paynl/sdk/src/Helper.php on line 165 | 0 [] []

https://github.com/paynl/sdk/blob/968b6f148d41b90a13e885226e6f9e6809d7d231/src/Helper.php#L165

Please change this line to

$strAddress = trim($strAddress ?? "");
woutse commented 3 weeks ago

Thanks for your message! We'll make this change and submit it for the next release.