Skip to content

Commit 5832b80

Browse files
authored
Avoid duplicate legacy renewal notification meta writes
1 parent f9be9cd commit 5832b80

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Subscriptions/SubscriptionsNotificationsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ public function send_subscription_renewal_notification( Subscription $subscripti
258258
$notification_date = \gmdate( DATE_ATOM );
259259

260260
$subscription->set_meta( 'notification_date_renewal', $notification_date );
261-
$subscription->set_meta( 'notification_date_1_week', $notification_date );
262261
}
263262

264263
/**

0 commit comments

Comments
 (0)