Skip to content

Commit 66e0dbc

Browse files
committed
No longer create follow-up payments for subscriptions with the status 'failed', see for more information pronamic/wp-pronamic-pay#188 (comment).
1 parent f512175 commit 66e0dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Subscriptions/SubscriptionsModule.php

-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ public function get_expiring_subscription_posts( DateTime $start_date, DateTime
811811
'order' => 'ASC',
812812
'post_status' => array(
813813
'subscr_pending',
814-
'subscr_failed',
815814
'subscr_active',
816815
),
817816
'meta_query' => array(

0 commit comments

Comments
 (0)