/home/suroeste/public_html/payments.transportessuroeste.com/vendor/epayco/epayco-php/src
NameSizeModeActions
Exceptions/-0755rm
Resources/-0755rm
Utils/-0755rm
Client.php116470644editdlrm
Epayco.php15710644editdlrm
EpaycoException.php1500644editdlrm
GraphqlClient.php142990644editdlrm
Resource.php2780644editdlrm
Util.php16680644editdlrm
Edit: /home/suroeste/public_html/payments.transportessuroeste.com/vendor/epayco/epayco-php/src/Epayco.php (1571B)
api_key = $options["apiKey"]; $this->private_key = $options["privateKey"]; $this->test = $options["test"] ? "TRUE" : "FALSE"; $this->lang = $options["lenguage"]; if (!$this->api_key && !$this->private_key && $this->test && $this->lang) { throw new ErrorException($this->lang, 100); } $this->token = new Token($this); $this->customer = new Customers($this); $this->plan = new Plan($this); $this->subscriptions = new Subscriptions($this); $this->bank = new Bank($this); $this->cash = new Cash($this); $this->charge = new Charge($this); $this->daviplata = new Daviplata($this); $this->safetypay = new Safetypay($this); } }