Hi Noel,
I am trying to include email confirmations, as well, but I’m a little confused. When you say “drop in wp_mail after $response on line 134 of stripe-functions.php” do you mean replace this:
$response = wp_stripe_charge($amount, $card, $name, $stripe_comment);
With this:
$response = wp_mail($amount, $card, $name, $stripe_comment);
Also, this is line 136 in version 1.4.6 (I hope I’m looking in the right place).
Thanks,
Phil.