There was an error while loading. Please reload this page.
1 parent f9be9cd commit 5832b80Copy full SHA for 5832b80
1 file changed
src/Subscriptions/SubscriptionsNotificationsController.php
@@ -258,7 +258,6 @@ public function send_subscription_renewal_notification( Subscription $subscripti
258
$notification_date = \gmdate( DATE_ATOM );
259
260
$subscription->set_meta( 'notification_date_renewal', $notification_date );
261
- $subscription->set_meta( 'notification_date_1_week', $notification_date );
262
}
263
264
/**
0 commit comments