Your IP : 216.73.216.84


Current Path : /home/helpink/www/components/com_jbusinessdirectory/classes/payment/processors/Asaas/
Upload File :
Current File : /home/helpink/www/components/com_jbusinessdirectory/classes/payment/processors/Asaas/MinhaConta.php

<?php

namespace CodePhix\Asaas;


class MinhaConta {

    public $http;

    public function __construct(Connection $connection)
    {
        $this->http = $connection;
    }


    public function get(){
        return $this->http->get('/myAccount/');
    }

    public function getConf(){
        return $this->http->get('/myAccount/paymentCheckoutConfig/');
    }

}