Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Paygate_Adminhtml_Paygate_Authorizenet_PaymentController
  • Mage_Paygate_Authorizenet_PaymentController
  • Mage_Paygate_Block_Authorizenet_Form_Cc
  • Mage_Paygate_Block_Authorizenet_Info_Cc
  • Mage_Paygate_Helper_Data
  • Mage_Paygate_Model_Authorizenet
  • Mage_Paygate_Model_Authorizenet_Cards
  • Mage_Paygate_Model_Authorizenet_Debug
  • Mage_Paygate_Model_Authorizenet_Result
  • Mage_Paygate_Model_Authorizenet_Source_Cctype
  • Mage_Paygate_Model_Authorizenet_Source_PaymentAction
  • Mage_Paygate_Model_Mysql4_Authorizenet_Debug
  • Mage_Paygate_Model_Mysql4_Authorizenet_Debug_Collection
  • Mage_Paygate_Model_Resource_Authorizenet_Debug
  • Mage_Paygate_Model_Resource_Authorizenet_Debug_Collection
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Paygate_Helper_Data

Paygate data helper

Mage_Core_Helper_Abstract
Extended by Mage_Paygate_Helper_Data
Package: Mage\Paygate
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Paygate/Helper/Data.php
Methods summary
public string
# convertMessagesToMessage( array $messages )

Converts a lot of messages to message

Converts a lot of messages to message

Parameters

$messages
array
$messages

Returns

string
public boolean|string
# getTransactionMessage( Mage_Payment_Model_Info $payment, string $requestType, string $lastTransactionId, Varien_Object $card, float $amount = false, string $exception = false )

Return message for gateway transaction request

Return message for gateway transaction request

Parameters

$payment
Mage_Payment_Model_Info
$payment
$requestType
string
$requestType
$lastTransactionId
string
$lastTransactionId
$card
Varien_Object
$card
$amount
float
$amount
$exception
string
$exception

Returns

boolean|string
public boolean|string
# getExtendedTransactionMessage( Mage_Payment_Model_Info $payment, string $requestType, string $lastTransactionId, Varien_Object $card, float $amount = false, string $exception = false, string $additionalMessage = false )

Return message for gateway transaction request

Return message for gateway transaction request

Parameters

$payment
Mage_Payment_Model_Info
$payment
$requestType
string
$requestType
$lastTransactionId
string
$lastTransactionId
$card
Varien_Object
$card
$amount
float
$amount
$exception
string
$exception
$additionalMessage
string
$additionalMessage Custom message, which will be added to the end of generated message

Returns

boolean|string
protected boolean|string
# _getOperation( string $requestType )

Return operation name for request type

Return operation name for request type

Parameters

$requestType
string
$requestType

Returns

boolean|string
protected string
# _formatPrice( Mage_Payment_Model_Info $payment, float $amount )

Format price with currency sign

Format price with currency sign

Parameters

$payment
Mage_Payment_Model_Info
$payment
$amount
float
$amount

Returns

string
Methods inherited from Mage_Core_Helper_Abstract
__(), _cleanCache(), _getModuleName(), _getRequest(), _getUrl(), _loadCache(), _removeCache(), _saveCache(), escapeHtml(), escapeUrl(), getLayout(), isModuleEnabled(), isModuleOutputEnabled(), jsQuoteEscape(), quoteEscape(), removeTags(), setLayout(), stripTags(), translateArray(), urlDecode(), urlEncode()
Properties inherited from Mage_Core_Helper_Abstract
$_layout, $_moduleName, $_request
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0