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 6641de6 commit dec5412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce-gateway-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '9.2.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' );
define( 'WC_STRIPE_MIN_WC_VER', '9.2' );
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.2' );
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
Expand Down

0 comments on commit dec5412

Please sign in to comment.