Skip to content

Commit

Permalink
No longer create follow-up payments for subscriptions with the status…
Browse files Browse the repository at this point in the history
… 'failed', see for more information pronamic/wp-pronamic-pay#188 (comment).
  • Loading branch information
remcotolsma committed Aug 27, 2021
1 parent f512175 commit 66e0dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Subscriptions/SubscriptionsModule.php
Expand Up @@ -811,7 +811,6 @@ public function get_expiring_subscription_posts( DateTime $start_date, DateTime
'order' => 'ASC',
'post_status' => array(
'subscr_pending',
'subscr_failed',
'subscr_active',
),
'meta_query' => array(
Expand Down

0 comments on commit 66e0dbc

Please sign in to comment.