Пример #1
0
 public function __construct(&$subject, $config = array())
 {
     $this->serviceProvider = 'PayPal';
     $this->serviceAlias = 'paypal';
     $this->extraDataKeys = array('first_name', 'last_name', 'payer_id', 'payer_status', 'mc_gross', 'mc_fee', 'mc_currency', 'payment_status', 'payment_type', 'payment_date', 'txn_type', 'test_ipn', 'ipn_track_id', 'custom', 'protection_eligibility');
     parent::__construct($subject, $config);
 }
 public function __construct(&$subject, $config = array())
 {
     parent::__construct($subject, $config);
     $this->serviceProvider = 'PayPal Express';
     $this->serviceAlias = 'paypalexpress';
     $this->textPrefix .= '_' . \JString::strtoupper($this->serviceAlias);
     $this->debugType .= '_' . \JString::strtoupper($this->serviceAlias);
 }
 public function __construct(&$subject, $config = array())
 {
     parent::__construct($subject, $config);
     $this->serviceProvider = 'Blockchain';
     $this->serviceAlias = 'blockchain';
     $this->textPrefix .= '_' . \JString::strtoupper($this->serviceAlias);
     $this->debugType .= '_' . \JString::strtoupper($this->serviceAlias);
 }