Public Member Functions | |
__construct () | |
getOrderPlaceRedirectUrl () | |
getRedirectUrl () | |
Public Attributes | |
const | ACTION_AUTHORIZE = 0 |
const | ACTION_AUTHORIZE_CAPTURE = 1 |
Protected Attributes | |
$_code = 'amazonpayments' | |
$_formBlockType = 'amazonpayments/form' |
Definition at line 27 of file Payment.php.
__construct | ( | ) |
Constructor
By default is looking for first argument as array and assignes it as object attributes This behaviour may change in child classes
Reimplemented from Mage_Payment_Model_Method_Abstract.
Definition at line 35 of file Payment.php.
getOrderPlaceRedirectUrl | ( | ) |
getRedirectUrl | ( | ) |
Definition at line 45 of file Payment.php.
00046 { 00047 #Mage::exception($this, 'worldpay'); 00048 #throw new Exception('qwe') 00049 die('test2'); 00050 $_url = Mage::getUrl('amazonepayments/redirect'); 00051 echo "url: {$_url}<br />"; 00052 return $_url; 00053 }
$_code = 'amazonpayments' [protected] |
$_formBlockType = 'amazonpayments/form' [protected] |
const ACTION_AUTHORIZE = 0 |
const ACTION_AUTHORIZE_CAPTURE = 1 |