- Issue created by @smitghelani
- 🇮🇳India smitghelani Surat, Gujarat
Patch to avoid null value by adding empty string in place to null value passed as argument.
While running the page where the PriceSpider module is configured, it is giving deprecation error for the strtoupper()
<strong>Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\pricespider\Service\PriceSpiderService->getCountryCode() (line 295 of modules/contrib/pricespider/src/Service/PriceSpiderService.php).</strong>
You will see mentioned error on top of the page.
Active
3.0
Code
Patch to avoid null value by adding empty string in place to null value passed as argument.