예제 #1
0
파일: Info.php 프로젝트: okite11/frames21
 /**
  * Don't show CC type for non-CC methods
  *
  * @return string|null
  */
 public function getCcTypeName()
 {
     if (Mage_Paypal_Model_Config::getIsCreditCardMethod($this->getInfo()->getMethod())) {
         return parent::getCcTypeName();
     }
 }
예제 #2
0
파일: Info.php 프로젝트: enjoy2000/gemz
 /**
  * Don't show CC type for non-CC methods
  *
  * @return string|null
  */
 public function getCcTypeName()
 {
     return parent::getCcTypeName();
 }