Skip to content

Commit c8cc6e6

Browse files
authored
Update Api.php
Add setMyshopifyDomain
1 parent 497879a commit c8cc6e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/Api.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ public function getMyshopifyDomain()
5151
{
5252
return $this->myshopify_domain;
5353
}
54+
55+
public function setMyshopifyDomain($domain)
56+
{
57+
$this->myshopify_domain = $domain;
58+
return $this;
59+
}
5460

5561
public function setAccessToken($accessToken)
5662
{

0 commit comments

Comments
 (0)