Skip to content

Commit

Permalink
Attempt to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrosa committed Feb 25, 2025
1 parent dec5412 commit 24e99d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-gateway-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '9.2.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' );
define( 'WC_STRIPE_MIN_WC_VER', '9.2' );
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
define( 'WC_STRIPE_MIN_WC_VER', '7.4' );
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.2' );
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
define( 'WC_STRIPE_ABSPATH', __DIR__ . '/' );
Expand Down

0 comments on commit 24e99d4

Please sign in to comment.