vijaypareek13

Results 2 issues of vijaypareek13

Class name must be a valid object or a string at C:\Users\Admin\Desktop\ShopifyAPP\seventh_app\vendor\osiset\laravel-shopify\src\ShopifyAppProvider.php:294 290▕ */ 291▕ private function bootObservers(): void 292▕ { 293▕ $model = Util::getShopifyConfig('user_model'); ➜ 294▕ $model::observe($this->app->make(ShopObserver::class)); 295▕ }...

I am getting this error while executing the example code. I have also tried using paypal sandbox account linking but same result. var request = BraintreeDropInRequest( tokenizationKey: "sandbox_w3wzbhghkg_zvyjpjk48b58khjw", collectDeviceData: true,...