Exemplo n.º 1
0
 public function info()
 {
     $info = array();
     $info['name'] = 'paypal';
     $info['longname'] = JText::_('AEC_PROC_INFO_PP_LNAME');
     $info['statement'] = JText::_('AEC_PROC_INFO_PP_STMNT');
     $info['description'] = JText::_('DESCRIPTION_PAYPAL');
     $info['currencies'] = 'EUR,USD,GBP,AUD,CAD,JPY,NZD,CHF,HKD,SGD,SEK,DKK,PLN,NOK,HUF,CZK,MXN,ILS,BRL,MYR,PHP,TWD,THB,ZAR';
     $info['languages'] = AECToolbox::getISO639_1_codes();
     $info['cc_list'] = 'visa,mastercard,discover,americanexpress,echeck,giropay';
     $info['recurring'] = 0;
     return $info;
 }
Exemplo n.º 2
0
 public function info()
 {
     $info = array();
     $info['name'] = 'robokassa';
     $info['longname'] = JText::_('CFG_ROBOKASSA_LONGNAME');
     $info['statement'] = JText::_('CFG_ROBOKASSA_STATEMENT');
     $info['description'] = JText::_('CFG_ROBOKASSA_DESCRIPTION');
     $info['currencies'] = 'RUB,USD,EUR,GBP,CAD,AUD,BGN,CZK,DKK,EEK,HKD,HUF,LTL,MYR,NZD,NOK,PLN,ROL,SGD,ZAR,SEK,CHF';
     $info['languages'] = AECToolbox::getISO639_1_codes();
     $info['cc_list'] = 'visa,mastercard,maestro';
     $info['recurring'] = 0;
     $info['custom_notify_trail'] = 1;
     return $info;
 }
Exemplo n.º 3
0
 public function info()
 {
     $info = array();
     $info['name'] = 'sagepay';
     $info['longname'] = JText::_('CFG_SAGEPAY_LONGNAME');
     $info['statement'] = JText::_('CFG_SAGEPAY_STATEMENT');
     $info['description'] = JText::_('CFG_SAGEPAY_DESCRIPTION');
     $info['currencies'] = 'EUR,USD,GBP,AUD,CAD,JPY,NZD,CHF,HKD,SGD,SEK,DKK,PLN,NOK,HUF,CZK,MXN,ILS,BRL,MYR,PHP,TWD,THB,ZAR';
     $info['languages'] = AECToolbox::getISO639_1_codes();
     $info['cc_list'] = 'visa,mastercard';
     $info['recurring'] = 0;
     $info['secure'] = 1;
     return $info;
 }
Exemplo n.º 4
0
 public function info()
 {
     $info = array();
     $info['name'] = 'paypal_payflow_link';
     $info['longname'] = JText::_('CFG_PAYPAL_PAYFLOW_LINK_LONGNAME');
     $info['statement'] = JText::_('CFG_PAYPAL_PAYFLOW_LINK_STATEMENT');
     $info['description'] = JText::_('CFG_PAYPAL_PAYFLOW_LINK_DESCRIPTION');
     $info['currencies'] = 'EUR,USD,AUD,CAD,GBP,JPY,NZD,CHF,HKD,SGD,SEK,DKK,PLN,NOK,HUF,CZK,MXN,ILS,BRL,MYR,PHP,TWD,THB,ZAR';
     $info['languages'] = AECToolbox::getISO639_1_codes();
     $info['cc_list'] = 'visa,mastercard,discover,americanexpress,echeck,giropay';
     $info['recurring'] = 0;
     $info['cancel_info'] = JText::_('PAYPAL_SUBSCRIPTION_CANCEL_INFO');
     return $info;
 }