Exemplo n.º 1
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'paymill', 'ppKey' => 'PLG_AKPAYMENT_PAYMILL_TITLE', 'ppImage' => rtrim(JURI::base(), '/') . '/media/com_akeebasubs/images/frontend/paymill.png'));
     parent::__construct($subject, $config);
     require_once __DIR__ . '/paymill/lib/Services/Paymill/Base.php';
     require_once __DIR__ . '/paymill/lib/Services/Paymill/Transactions.php';
     require_once __DIR__ . '/paymill/lib/Services/Paymill/Payments.php';
     require_once __DIR__ . '/paymill/lib/Services/Paymill/Clients.php';
 }
Exemplo n.º 2
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'viva', 'ppKey' => 'PLG_AKPAYMENT_VIVA_TITLE', 'ppImage' => rtrim(JURI::base(), '/') . '/media/com_akeebasubs/images/frontend/LogoViva.png'));
     parent::__construct($subject, $config);
 }
Exemplo n.º 3
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'paypalproexpress', 'ppKey' => 'PLG_AKPAYMENT_PAYPALPROEXPRESS_TITLE', 'ppImage' => rtrim(JURI::base(), '/') . '/media/com_akeebasubs/images/frontend/btn_xpressCheckout.png'));
     parent::__construct($subject, $config);
 }
Exemplo n.º 4
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'skrill', 'ppKey' => 'PLG_AKPAYMENT_SKRILL_TITLE'));
     parent::__construct($subject, $config);
 }
Exemplo n.º 5
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => '2conew', 'ppKey' => 'PLG_AKPAYMENT_2CONEW_TITLE', 'ppImage' => 'https://www.2checkout.com/images/paymentlogoshorizontal.png', 'ppRecurringCancellation' => true));
     parent::__construct($subject, $config);
 }
Exemplo n.º 6
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'stripe', 'ppKey' => 'PLG_AKPAYMENT_STRIPE_TITLE', 'ppImage' => rtrim(JURI::base(), '/') . '/media/com_akeebasubs/images/frontend/stripe-logo.png'));
     parent::__construct($subject, $config);
     require_once dirname(__FILE__) . '/stripe/lib/Stripe.php';
 }
Exemplo n.º 7
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'paypalpaymentspro', 'ppKey' => 'PLG_AKPAYMENT_PAYPALPAYMENTSPRO_TITLE', 'ppImage' => rtrim(JURI::base(), '/') . '/media/com_akeebasubs/images/frontend/paypaldirectcc.png'));
     parent::__construct($subject, $config);
 }
Exemplo n.º 8
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => 'paypal', 'ppKey' => 'PLG_AKPAYMENT_PAYPAL_TITLE', 'ppImage' => 'https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif'));
     parent::__construct($subject, $config);
 }
Exemplo n.º 9
0
 public function __construct(&$subject, $config = array())
 {
     $config = array_merge($config, array('ppName' => '2checkout', 'ppKey' => 'PLG_AKPAYMENT_2CHECKOUT_TITLE', 'ppImage' => 'https://www.2checkout.com/images/paymentlogoshorizontal.png'));
     parent::__construct($subject, $config);
 }