• Resolved Emma

    (@emmaglicme)


    Hi,

    Woocommerce passes the email address to stripe as metadata (customer_email) but not in the correct field which I guess is “receipt_email”. So stripe doesn’t send email receipts and gives this error:
    “No receipts sent
    No email address for this payment”

    I read elsewhere that the fix is to add this line of code to functions.php:
    add_filter( ‘wc_stripe_send_stripe_receipt’, ‘__return_true’ );
    Unfortunately it doesn’t work.

    Has anyone found a workaround? WP 5.2.3 / Woocommerce 3.7.0

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stripe emails not sending’ is closed to new replies.