projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773e5da
)
Update for before after
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 15 Oct 2018 19:36:21 +0000
(15:36 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/models/admin/ajax/billingSetupQueue.php
b/models/admin/ajax/billingSetupQueue.php
index
2293251
..
4ef1ee4
100644
(file)
--- 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 '<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;