Пример #1
0
 public function OtherCcType($type)
 {
     return parent::OtherCcType($type) || $type == self::CC_CARDTYPE_SS || $type == 'JCB' || $type == 'UATP';
 }
Пример #2
0
 /**
  * overwrites the method of Mage_Payment_Model_Method_Cc
  * for switch or solo card
  */
 public function OtherCcType($type)
 {
     return parent::OtherCcType($type) || $type == 'SS';
 }