Email address for receipt not being passed to Stripe
-
The customer’s email address is being recorded ok here:
“metadata”: {
“Customer Name”: “Correct Name”,
“Customer Email”: “Correct email”
},But the customer’s email address required for Stripe to send out an email receipt is not getting passed to Stripe here:
“paid”: true,
“receipt_email”: null,
“receipt_number”: null,
“refunded”: false,How can I fix this please?
Wordpress 4.7.3
woocommerce stripe gateway plugin 3.1.3
woocommerce 2.6.14
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Email address for receipt not being passed to Stripe’ is closed to new replies.