We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17471ef commit 17805ffCopy full SHA for 17805ff
src/ShopifyApp/Console/stubs/webhook-job.stub
@@ -48,7 +48,7 @@ class DummyClass implements ShouldQueue
48
public function handle()
49
{
50
// Convert domain
51
- $this->shopDomain = ShopDomain::fromNative($this->domain);
+ $this->shopDomain = ShopDomain::fromNative($this->shopDomain);
52
53
// Do what you wish with the data
54
// Access domain name as $this->shopDomain->toNative()
0 commit comments