Skip to content

Commit 7d8a494

Browse files
committed
getStoreId method
1 parent f4be757 commit 7d8a494

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Extend.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Extend
1414

1515
private $sandbox = false;
1616

17-
protected $storeId;
17+
private $storeId;
1818

1919
private $version;
2020

@@ -76,6 +76,11 @@ public function enableSandbox()
7676
$this->setClient();
7777
}
7878

79+
public function getStoreId()
80+
{
81+
return $this->storeId;
82+
}
83+
7984
public function setStoreId(string $storeId)
8085
{
8186
$this->storeId = $storeId;

0 commit comments

Comments
 (0)