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_PaypalUk_Block_Express_Form
  • Mage_PaypalUk_Block_Express_Shortcut
  • Mage_PaypalUk_ExpressController
  • Mage_PaypalUk_Helper_Data
  • Mage_PaypalUk_Model_Api_Nvp
  • Mage_PaypalUk_Model_Direct
  • Mage_PaypalUk_Model_Express
  • Mage_PaypalUk_Model_Express_Checkout
  • Mage_PaypalUk_Model_Pro
  • Mage_PaypalUk_Model_Session
  • Overview
  • Package
  • Class
  • Tree

Class Mage_PaypalUk_Model_Direct

PayPalUk Direct Module

Varien_Object
Extended by Mage_Payment_Model_Method_Abstract
Extended by Mage_Payment_Model_Method_Cc
Extended by Mage_Paypal_Model_Direct
Extended by Mage_PaypalUk_Model_Direct
Package: Mage\PaypalUk
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/PaypalUk/Model/Direct.php
Methods summary
public string
# getAllowedCcTypes( )

Return available CC types for gateway based on merchant country

Return available CC types for gateway based on merchant country

Returns

string

Overrides

Mage_Paypal_Model_Direct::getAllowedCcTypes()
public boolean
# getIsCentinelValidationEnabled( )

Merchant country limitation for 3d secure feature, rewrite for parent implementation

Merchant country limitation for 3d secure feature, rewrite for parent implementation

Returns

boolean

Overrides

Mage_Payment_Model_Method_Cc::getIsCentinelValidationEnabled()
protected
# _importResultToPayment( Mage_Paypal_Model_Api_Nvp $api, Mage_Sales_Model_Order_Payment $payment )

Import direct payment results to payment

Import direct payment results to payment

Parameters

$api
Mage_Paypal_Model_Api_Nvp
$payment
Mage_Sales_Model_Order_Payment

Overrides

Mage_Paypal_Model_Direct::_importResultToPayment()
protected string
# _getFormattedCcExpirationDate( string|integer $month, string|integer $year )

Format credit card expiration date based on month and year values Format: mmyy

Format credit card expiration date based on month and year values Format: mmyy

Parameters

$month
string|integer
$month
$year
string|integer
$year

Returns

string

Overrides

Mage_Paypal_Model_Direct::_getFormattedCcExpirationDate()
Methods inherited from Mage_Paypal_Model_Direct
__construct(), _placeOrder(), acceptPayment(), authorize(), canReviewPayment(), canUseForCurrency(), canVoid(), cancel(), capture(), denyPayment(), fetchTransactionInfo(), getCentinelValidator(), getConfigData(), getConfigPaymentAction(), isAvailable(), refund(), setStore(), void()
Methods inherited from Mage_Payment_Model_Method_Cc
OtherCcType(), _validateExpDate(), assignData(), getCentinelValidationData(), getVerificationRegEx(), hasVerification(), prepareSave(), validate(), validateCcNum(), validateCcNumOther()
Methods inherited from Mage_Payment_Model_Method_Abstract
_debug(), _getHelper(), canAuthorize(), canCapture(), canCapturePartial(), canCreateBillingAgreement(), canEdit(), canFetchTransactionInfo(), canManageBillingAgreements(), canManageRecurringProfiles(), canOrder(), canRefund(), canRefundPartialPerInvoice(), canUseCheckout(), canUseForCountry(), canUseForMultishipping(), canUseInternal(), debugData(), getCode(), getDebugFlag(), getFormBlockType(), getInfoBlockType(), getInfoInstance(), getTitle(), initialize(), isGateway(), isInitializeNeeded(), order(), processBeforeRefund(), processCreditmemo(), processInvoice()
Constants inherited from Mage_Payment_Model_Method_Abstract
ACTION_AUTHORIZE, ACTION_AUTHORIZE_CAPTURE, ACTION_ORDER, STATUS_APPROVED, STATUS_DECLINED, STATUS_ERROR, STATUS_SUCCESS, STATUS_UNKNOWN, STATUS_VOID
Properties summary
protected string $_code Mage_Paypal_Model_Config::METHOD_WPP_PE_DIRECT
#
protected string $_proType 'paypaluk/pro'
#

Website Payments Pro instance type

Website Payments Pro instance type

Properties inherited from Mage_Paypal_Model_Direct
$_canAuthorize, $_canCapture, $_canCapturePartial, $_canFetchTransactionInfo, $_canRefund, $_canRefundInvoicePartial, $_canReviewPayment, $_canSaveCc, $_canUseCheckout, $_canUseForMultishipping, $_canUseInternal, $_canVoid, $_infoBlockType, $_isGateway, $_pro
Properties inherited from Mage_Payment_Model_Method_Cc
$_formBlockType
Properties inherited from Mage_Payment_Model_Method_Abstract
$_canCancelInvoice, $_canCreateBillingAgreement, $_canManageRecurringProfiles, $_canOrder, $_debugReplacePrivateDataKeys, $_isInitializeNeeded
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0