Errors in admin and email receipt issues
-
I have this error showing in admin for some reason:
Please use ssl and activate Force secure checkout to use this plugin
I am using force secure checkout.
Also, although disabled, this seems to still send the default email from Stripe. I can see that while the option to automatically send receipts is not enabled, when the charge call is being made we are being passed an email address in the receipt_email field. When that happens, it overrides the setting to not have an receipt sent which is why those are going out. You can read a bit more about this here: https://stripe.com/docs/api#create_charge-receipt_email
In order to stop the receipts from being sent, you will want to make sure that field says null instead of the customer’s email address when your integration is making the charge call.
Looking forward to an update.
Thanks,
Andrew
- The topic ‘Errors in admin and email receipt issues’ is closed to new replies.