Merge branch 'trunk' into PCP-991-detach-vaulting-from-wc-subscriptions-support

This commit is contained in:
emilicastells 2022-12-15 11:24:44 +01:00
commit 2330e9ab20
No known key found for this signature in database
GPG key ID: 1520C07081754570
3 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ define( 'PAYPAL_INTEGRATION_DATE', '2022-04-13' );
return;
}
if ( version_compare( PHP_VERSION, '7.1', '<' ) ) {
if ( version_compare( PHP_VERSION, '7.2', '<' ) ) {
add_action(
'admin_notices',
function() {