Exemplo n.º 1
0
 /**
  * Construtor padrão
  *
  * @param array $settings
  */
 public function __construct($settings = array())
 {
     $this->settings['type'] = self::$TYPE_READ;
     $this->settings['onlyBasic'] = false;
     parent::__construct($settings);
     $this->URI['path'] = '/v2/transactions/';
 }
Exemplo n.º 2
0
 /**
  * Construtor padrão
  *
  * @param array $settings
  */
 public function __construct($settings = array())
 {
     $this->settings['currency'] = 'BRL';
     parent::__construct($settings);
     $this->URI['path'] = '/v2/checkout/';
 }