We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297b06c commit 504c50cCopy full SHA for 504c50c
src/Project/Command/ImportProject.php
@@ -39,6 +39,16 @@ class ImportProject
39
*/
40
private $liveApiKeySapi3;
41
42
+ /**
43
+ * @var string
44
+ */
45
+ private $testClientId;
46
+
47
48
49
50
+ private $liveClientId;
51
52
/**
53
* @var string
54
@@ -99,6 +109,16 @@ public function getLiveApiKeySapi3(): string
99
109
return $this->liveApiKeySapi3;
100
110
}
101
111
112
+ public function getTestClientId(): string
113
+ {
114
+ return $this->testClientId;
115
+ }
116
117
+ public function getLiveClientId(): string
118
119
+ return $this->liveClientId;
120
121
102
122
public function getState(): string
103
123
{
104
124
return $this->state;
0 commit comments