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

Error where LFS_SEND_ORDER_MAIL_ON_PAYMENT=True #188

Open
cellarosi opened this issue May 22, 2015 · 1 comment
Open

Error where LFS_SEND_ORDER_MAIL_ON_PAYMENT=True #188

cellarosi opened this issue May 22, 2015 · 1 comment

Comments

@cellarosi
Copy link

In file lfs_paypal/listeners.py in function mark_payment, when LFS_SEND_ORDER_MAIL_ON_PAYMENT=True it calls mail_utils.send_order_received_mail(order).

But that function required 2 parameters and you pass only one to it. So the mail is not sent and the error occurred.

@pigletto
Copy link
Collaborator

pigletto commented Jun 1, 2015

Please have a look if this diefenbach/lfs-paypal@9ff0e29 fixes it for you?

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

No branches or pull requests

2 participants