Skip to content

Commit

Permalink
Update includes/reader-revenue/woocommerce/class-woocommerce-cli.php
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Cassis <[email protected]>
  • Loading branch information
dkoo and adekbadek authored Oct 25, 2024
1 parent 6e91f69 commit ba88700
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public function fix_missing_next_payment_dates( $args, $assoc_args ) {
'start_date' => $subscription_start,
'next_payment_date' => $next_payment_date,
'billing_period' => $subscription->get_billing_period(),
'billing_interval' => $subscription->get_billing_interval(),
'missed_periods' => 0,
'missed_total' => 0,
];
Expand Down

0 comments on commit ba88700

Please sign in to comment.