We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4be757 commit 7d8a494Copy full SHA for 7d8a494
1 file changed
src/Extend.php
@@ -14,7 +14,7 @@ class Extend
14
15
private $sandbox = false;
16
17
- protected $storeId;
+ private $storeId;
18
19
private $version;
20
@@ -76,6 +76,11 @@ public function enableSandbox()
76
$this->setClient();
77
}
78
79
+ public function getStoreId()
80
+ {
81
+ return $this->storeId;
82
+ }
83
+
84
public function setStoreId(string $storeId)
85
{
86
$this->storeId = $storeId;
0 commit comments