Credit card expiration notification email
-
Hello!
Is it just me, or PmproEmail->sendCreditCardExpiringEmail() actually never sends the email? It’s called only from pmpro_cron_credit_card_expiring_warnings() where there is no second parameter with invoice details. So sendCreditCardExpiringEmail exits on condition on line 553 of class.pmproemail.php.
Also at crons.php line 136 throws a following notice:
PHP Notice: Undefined variable: e in wp-content/plugins/paid-memberships-pro/scheduled/crons.php on line 136The line should probably read
$send_email = apply_filters(“pmpro_send_credit_card_expiring_email”, true, $euser->user_id);Hope I’m not mistaken.
- The topic ‘Credit card expiration notification email’ is closed to new replies.