Sandbox mode
-
Thanks to creators for great work. Tell me please, how could I set sandbox mode ?
I have investigated the code looking for sandbox mode. And I have found the next rows of code:
public function setSandboxMode($sandbox_mode) { $this->sandbox_mode = $sandbox_mode; } public function getSandboxMode() { return $this->sandbox_mode; }
There is sandbox setter but it is not used nowhere. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sandbox mode’ is closed to new replies.