Class 'Mews\Pos\Pos' not found
gautamsolankidev opened this issue · 1 comments
gautamsolankidev commented
Hello,
I am on Laravel 8.16. I am getting this error of Pos class not found, I checked the folder pos/src and I only see PosInterface.php on the root of this folder.
vendor\mews\laravel-pos\src\LaravelPos.php:89
public function account(array $account)
{
$this->account = $account;
$this->pos = new Pos($this->account, $this->config);
$this->bank = $this->pos->bank;
return $this;
}
gautamsolankidev commented
Downgrading the pos package to 0.4.4 from 0.4.5 fixed this issue.