PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
NGenius
/
Processor
/
Core
<?php namespace Modules\NGenius\Processor\Core; use Modules\NGenius\Processor\Core\Environment; class SandboxEnvironment extends Environment { public $type = 'sandbox'; public function __construct(string $apiKey) { parent::__construct($apiKey, $this->baseUrl(), $this->type); } public function baseUrl() { return "https://api-gateway.sandbox.ngenius-payments.com"; } }
[-] AccessTokenRequest.php
[edit]
[-] OrdersCreateRequest.php
[edit]
[+]
..
[-] NGeniusResponse.php
[edit]
[-] EnvironmentInterface.php
[edit]
[-] OrdersRetrieveRequest.php
[edit]
[-] Environment.php
[edit]
[-] ProductionEnvironment.php
[edit]
[-] SandboxEnvironment.php
[edit]