From: Steve Sutton Date: Mon, 15 Oct 2018 19:36:21 +0000 (-0400) Subject: Update for before after X-Git-Tag: v1.0.10^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c21b6d9655c4aedd4faaea7ca714eb55c50f8f95;p=WP-Plugins%2Fglm-member-db-billing.git Update for before after need to look at when --- diff --git a/models/admin/ajax/billingSetupQueue.php b/models/admin/ajax/billingSetupQueue.php index 2293251..4ef1ee4 100644 --- a/models/admin/ajax/billingSetupQueue.php +++ b/models/admin/ajax/billingSetupQueue.php @@ -79,7 +79,7 @@ class GlmMembersAdmin_ajax_billingSetupQueue foreach ( $notifications as $notice ) { // echo '
$notice: ' . print_r( $notice, true ) . '
'; - switch( $notice['send_date_period'] ) { + switch( $notice['send_date_when'] ) { case $this->config['send_date_when_numb']['After']: $before = false; break;