Skip to content

Commit

Permalink
Removed deprecated module DirectPost from Authorize.net payment method (
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored May 6, 2024
1 parent fbc8664 commit 0118f96
Show file tree
Hide file tree
Showing 34 changed files with 0 additions and 3,716 deletions.
76 changes: 0 additions & 76 deletions app/code/core/Mage/Authorizenet/Block/Directpost/Form.php

This file was deleted.

60 changes: 0 additions & 60 deletions app/code/core/Mage/Authorizenet/Block/Directpost/Iframe.php

This file was deleted.

31 changes: 0 additions & 31 deletions app/code/core/Mage/Authorizenet/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,37 +71,6 @@ public function getSaveOrderUrlParams($controller)
return $route;
}

/**
* Retrieve redirect iframe url
* @param array $params
* @return string
*/
public function getRedirectIframeUrl($params)
{
return $this->_getUrl('authorizenet/directpost_payment/redirect', $params);
}

/**
* Retrieve place order url on front
*
* @return string
*/
public function getPlaceOrderFrontUrl()
{
$params = [Mage_Core_Model_Url::FORM_KEY => Mage::getSingleton('core/session')->getFormKey()];
return $this->_getUrl('authorizenet/directpost_payment/place', $params);
}

/**
* Retrieve place order url in admin
*
* @return string
*/
public function getPlaceOrderAdminUrl()
{
return $this->getAdminUrl('*/authorizenet_directpost_payment/place', []);
}

/**
* Retrieve place order url
*
Expand Down
Loading

0 comments on commit 0118f96

Please sign in to comment.