methodName) of possible methods for this carrier * Used to automatically show it in config and so on * * @return array */ public function getAllowedMethods() { return array(); } /** * Returns array(methodCode => methodName) of internally used methods. * They are possible only as result of completing Google Checkout. * * @return array */ public function getInternallyAllowedMethods() { return array( 'carrier' => 'Carrier', 'merchant' => 'Merchant', 'flatrate' => 'Flat Rate', 'pickup' => 'Pickup' ); } }