Merge branch 'trunk' into PCP-2722-add-block-checkout-compatibility-to-advanced-card-processing

This commit is contained in:
Emili Castells Guasch 2024-05-08 14:27:40 +02:00
commit 3d924e0a04
108 changed files with 10904 additions and 369 deletions

View file

@ -111,6 +111,13 @@ class BlocksModule implements ModuleInterface {
}
);
add_filter(
'woocommerce_paypal_payments_sdk_components_hook',
function( array $components ) {
$components[] = 'buttons';
return $components;
}
);
}
/**