Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed deprecated module DirectPost from Authorize.net payment method #3972

Merged
merged 3 commits into from
May 6, 2024
Merged

Removed deprecated module DirectPost from Authorize.net payment method #3972

merged 3 commits into from
May 6, 2024

Conversation

fballiano
Copy link
Contributor

This PR targets next

DirectPost is an old submodule of the Authorize.net payment method that's been bundled in M1 since many many years.

DirectPost has beed deprecated years ago, not only in M1 but most of all by Authorize itself, in fact:
https://developer.authorize.net/api/upgrade_guide.html

Screenshot 2024-05-03 alle 16 48 57 Screenshot 2024-05-03 alle 16 55 40

Since a few years it's not even possible to create a new DirectPost account, in fact it needs this "Merchant MD5" configuration parameter:
Screenshot 2024-05-03 alle 17 56 14

But it's not possible to generate it anymore on the authorize.net website:
Screenshot 2024-05-03 alle 17 57 02

rendering the whole thing useless

This PR removed all traces of DirectPost which is not working anymore and has to go, while (I've tested both) the normal Authorize.net module is perfectly working.

@github-actions github-actions bot added Template : admin Relates to admin template Template : rwd Relates to rwd template Template : base Relates to base template Component: Adminhtml Relates to Mage_Adminhtml Component: Authorizenet Relates to Mage_Authorizenet JavaScript Relates to js/* XML Layout labels May 3, 2024
@fballiano fballiano merged commit 0118f96 into OpenMage:next May 6, 2024
18 checks passed
@fballiano fballiano deleted the directpostdead branch May 6, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Adminhtml Relates to Mage_Adminhtml Component: Authorizenet Relates to Mage_Authorizenet JavaScript Relates to js/* phpstan Template : admin Relates to admin template Template : base Relates to base template Template : rwd Relates to rwd template XML Layout
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants