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

Added possibility to process PayPal Express orders #32

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

norgeindian
Copy link

This commit adds the possibility to also process PayPal Express orders, as these do not throw the event checkout_submit_all_after.

@milansimek
Copy link

@norgeindian FYI: There's a bug in the code:

require_once Mage::getModuleDir('controllers', 'Mage_PayPal') . DS . 'ExpressController.php';

Should be:

require_once Mage::getModuleDir('controllers', 'Mage_Paypal') . DS . 'ExpressController.php';

(Mage_Paypal instead of Mage_PayPal)

@norgeindian
Copy link
Author

@milansimek , thanks for the hint. Changed the pull request accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants