php - Woocommerce Subscriptions how to force sending renewal order email? -


i have payment gateway plugin works wcs hook woocommerce_scheduled_subscription_payment_ works fine not customers has recurring payments enabled them informed new order created. seems wcs not send such kind of emails if payment gateway announced supporting recurring payments. if autopay fails try execute

wc_subscriptions_email::send_renewal_order_email($order->id); 

but doesn't send email @ all.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -