Public Member Functions | |
getAllowedTypes () |
Definition at line 27 of file Cctype.php.
getAllowedTypes | ( | ) |
Return allowed cc types for current method
Reimplemented from Mage_Payment_Model_Source_Cctype.
Definition at line 29 of file Cctype.php.
00030 { 00031 return array('VI', 'MC', 'AE', 'DI', 'SS', 'OT'); 00032 }