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

Stripe Payments not sending customer emails #181

Closed
paulmendrik opened this issue Mar 26, 2021 · 7 comments
Closed

Stripe Payments not sending customer emails #181

paulmendrik opened this issue Mar 26, 2021 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@paulmendrik
Copy link

Hi,

On successful payment an admin confirmation email is triggered but not the customer one. I'm really at a loss why this should be , can you please help as this is quite important for the online shop !

B.T.W. I tried to contact your support several times but still no reply !

  • Craft version: 3.6.11.1
  • Craft Commerce: 3.2.17.3
  • Stripe Payments 3.3.2
  • PHP version: 7.4.11
  • Database driver & version: MySQL 5.7.33
  • Is SCA and Stripe Checkout enabled?: yes

Thank you for help,

Paul

@andrelopez
Copy link
Member

Hi @paulmendrik I am unable to recreate this issue. I'll follow up via email

@paulmendrik
Copy link
Author

paulmendrik commented Mar 26, 2021 via email

@andrelopez
Copy link
Member

@paulmendrik Could you please send the info to support@enupal.com ?

@paulmendrik
Copy link
Author

paulmendrik commented Mar 26, 2021 via email

andrelopez added a commit that referenced this issue Mar 26, 2021
@andrelopez andrelopez added bug Something isn't working and removed need more info labels Mar 26, 2021
@andrelopez
Copy link
Member

@paulmendrik Thanks for following up. We just released Stripe Payments v3.3.3 with a fix to this issue

@paulmendrik
Copy link
Author

paulmendrik commented Mar 28, 2021 via email

@andrelopez
Copy link
Member

andrelopez commented Mar 29, 2021

Hi @paulmendrik if you have SCA enabled and you're testing locally you need to login via the Stripe CLI and then forward to the webhook URL of your website, for example:
First login

stripe login

then, forward to the webhook URL

stripe listen --forward-to http://yoursite.test/enupal/stripe-payments

That will allow you to test locally and the orders will be created.

And to show the order details in a thank-you page please follow our docs here you need to create a template in your templates folder.

Please let me know if you have any other questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants