File manager - Edit - /var/www/payraty/hris/vendor/paymentwall/paymentwall-php/lib/Paymentwall/Instance.php
Back
<?php abstract class Paymentwall_Instance { protected $config; protected $errors = []; public function getErrorSummary() { return implode("\n", $this->getErrors()); } protected function getConfig() { if (!isset($this->config)) { $this->config = Paymentwall_Config::getInstance(); } return $this->config; } protected function getApiBaseUrl() { return $this->getConfig()->getApiBaseUrl(); } protected function getApiType() { return $this->getConfig()->getLocalApiType(); } protected function getPublicKey() { return $this->getConfig()->getPublicKey(); } protected function getPrivateKey() { return $this->getConfig()->getPrivateKey(); } protected function appendToErrors($error = '') { $this->errors[] = $error; } protected function getErrors() { return $this->errors; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings