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_Authorizenet_Block_Directpost_Form
  • Mage_Authorizenet_Block_Directpost_Iframe
  • Mage_Authorizenet_Directpost_PaymentController
  • Mage_Authorizenet_Helper_Data
  • Mage_Authorizenet_Model_Directpost
  • Mage_Authorizenet_Model_Directpost_Observer
  • Mage_Authorizenet_Model_Directpost_Request
  • Mage_Authorizenet_Model_Directpost_Response
  • Mage_Authorizenet_Model_Directpost_Session
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Authorizenet_Model_Directpost_Response

Authorize.net response model for DirectPost model.

Varien_Object
Extended by Mage_Authorizenet_Model_Directpost_Response
Package: Mage\Authorizenet
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Authorizenet/Model/Directpost/Response.php
Methods summary
public string
# generateHash( string $merchantMd5, string $merchantApiLogin, string $amount, string $transactionId )

Generates an Md5 hash to compare against AuthNet's.

Generates an Md5 hash to compare against AuthNet's.

Parameters

$merchantMd5
string
$merchantMd5
$merchantApiLogin
string
$merchantApiLogin
$amount
string
$amount
$transactionId
string
$transactionId

Returns

string
public boolean
# isValidHash( string $merchantMd5, string $merchantApiLogin )

Return if is valid order id.

Return if is valid order id.

Parameters

$merchantMd5
string
$merchantMd5
$merchantApiLogin
string
$merchantApiLogin

Returns

boolean
public boolean
# isApproved( )

Return if this is approved response from Authorize.net auth request.

Return if this is approved response from Authorize.net auth request.

Returns

boolean
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0