/home/suroeste/public_html/payments.transportessuroeste.com/vendor/epayco/epayco-php/src
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);
}
}