Skip to content

Commit 3a2931b

Browse files
committed
Update Sources shutdown date
1 parent 1989fbd commit 3a2931b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-wc-stripe-feature-flags.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public static function did_merchant_disable_upe() {
5050

5151

5252
/**
53-
* Checks if the APMs are deprecated. Stripe deprecated them by October 31, 2024 (for the legacy checkout).
53+
* Checks if the APMs are deprecated. Stripe deprecated them on October 29, 2024 (for the legacy checkout).
5454
*
5555
* @return bool Whether the APMs are deprecated.
5656
*/
5757
public static function are_apms_deprecated() {
58-
return ( new \DateTime() )->format( 'Y-m-d' ) > '2024-10-29' && ! self::is_upe_checkout_enabled();
58+
return ( new \DateTime() )->format( 'Y-m-d' ) > '2024-10-28' && ! self::is_upe_checkout_enabled();
5959
}
6060
}

0 commit comments

Comments
 (0)