Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
application
/
libraries
✏️
Editing: Pesapal_lib.php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); require_once(APPPATH . 'third_party/pesapal/Aouth.php'); class Pesapal_lib { private $_CI; public $api_config; public $currency; function __construct() { $this->_CI = & get_instance(); $this->api_config = $this->_CI->paymentsetting_model->getActiveMethod(); $this->currency = $this->_CI->setting_model->getCurrency(); } function create_payment($data){ return $data; } }
💾 Save Changes
❌ Cancel