Skip to content

Commit 17805ff

Browse files
author
Tyler King
committed
Fix to webhook stub to adjust 'domain' to 'shopDomain'
1 parent 17471ef commit 17805ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShopifyApp/Console/stubs/webhook-job.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class DummyClass implements ShouldQueue
4848
public function handle()
4949
{
5050
// Convert domain
51-
$this->shopDomain = ShopDomain::fromNative($this->domain);
51+
$this->shopDomain = ShopDomain::fromNative($this->shopDomain);
5252

5353
// Do what you wish with the data
5454
// Access domain name as $this->shopDomain->toNative()

0 commit comments

Comments
 (0)