You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: