Merge branch 'trunk' into PCP-1742-upgrade-tracking-integration

This commit is contained in:
Narek Zakarian 2023-08-03 18:27:35 +04:00
commit f524909c00
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
117 changed files with 3879 additions and 1454 deletions

View file

@ -463,14 +463,6 @@ class CompatModule implements ModuleInterface {
},
5
);
add_filter(
'woocommerce_paypal_payments_checkout_button_renderer_hook',
function(): string {
return 'woocommerce_review_order_after_submit';
},
5
);
}
}