Update for before after
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 15 Oct 2018 19:36:21 +0000 (15:36 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 15 Oct 2018 19:36:21 +0000 (15:36 -0400)
need to look at when

models/admin/ajax/billingSetupQueue.php

index 2293251..4ef1ee4 100644 (file)
@@ -79,7 +79,7 @@ class GlmMembersAdmin_ajax_billingSetupQueue
 
         foreach ( $notifications as $notice ) {
             // echo '<pre>$notice: ' . print_r( $notice, true ) . '</pre>';
-            switch( $notice['send_date_period'] ) {
+            switch( $notice['send_date_when'] ) {
             case $this->config['send_date_when_numb']['After']:
                 $before = false;
                 break;