| @@ -305,9 +305,9 @@ | ||
| 305 | 305 | 'author' => get_current_user_id(), |
| 306 | 306 | 'posts_per_page' => 10, |
| 307 | 307 | 'paged' => $current_page, |
| 308 | 308 | 'post_type' => 'subscrpt_order', |
| 309 | - 'post_status' => array( 'pending', 'active', 'on_hold', 'cancelled', 'expired', 'pe_cancelled' ), | |
| 309 | + 'post_status' => array( 'pending', 'active', 'on_hold', 'cancelled', 'expired', 'pe_cancelled', 'completed' ), | |
| 310 | 310 | ); |
| 311 | 311 | |
| 312 | 312 | $postslist = new \WP_Query( $args ); |
| 313 | 313 | wc_get_template( |