コード例 #1
0
ファイル: Soap.php プロジェクト: sonassi/mage-cybersource
 public function OtherCcType($type)
 {
     return parent::OtherCcType($type) || $type == self::CC_CARDTYPE_SS || $type == 'JCB' || $type == 'UATP';
 }
コード例 #2
0
ファイル: Direct.php プロジェクト: jauderho/magento-mirror
 /**
  * overwrites the method of Mage_Payment_Model_Method_Cc
  * for switch or solo card
  */
 public function OtherCcType($type)
 {
     return parent::OtherCcType($type) || $type == 'SS';
 }