| 1 | <?php  | 
            ||
| 6 | class EnvironmentAbstract  | 
            ||
| 7 | { | 
            ||
| 8 | protected $merchant;  | 
            ||
| 9 | protected $merchantUser;  | 
            ||
| 10 | protected $merchantPassword;  | 
            ||
| 11 | |||
| 12 | public function __construct(string $merchant, string $merchantUser, string $merchantPassword)  | 
            ||
| 18 | |||
| 19 | public function getUrl()  | 
            ||
| 23 | |||
| 24 | public function getMerchantData()  | 
            ||
| 32 | }  | 
            ||
| 33 |