Closed chrismeijer closed 3 years ago
An error occured on VatCalculator.php:
Call to a member function has() on array
Using the Illuminate\Support\Arr helper solved this issue, ie:
Arr::has($this->config, $businessCountryKey)
With which specific country are you having issues? Can you share some more code?
Sorry.... never mind. I corrected the usage of the config file and it's working now as I need.
Thanks for your quick answers.
An error occured on VatCalculator.php:
Call to a member function has() on array
Using the Illuminate\Support\Arr helper solved this issue, ie:
Arr::has($this->config, $businessCountryKey)