Skip to content

Commit

Permalink
Boost: Add compatibility with Depay Payments for WooCommerce (#41571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored Feb 7, 2025
1 parent 3c6ee84 commit 5fee730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

Concatenate JS: Add compatibility with "Depay Payments for WooCommerce".
2 changes: 2 additions & 0 deletions projects/plugins/boost/compatibility/js-concatenate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ function maybe_do_not_concat( $do_concat, $handle ) {
'tribe-tickets-provider',
// Plugin: `woocommerce-shipping`
'woocommerce-shipping-checkout-address-validation',
// Plugin: `depay-payments-for-woocommerce`
'DEPAY_WC_WIDGETS',
);

if ( in_array( $handle, $excluded_handles, true ) ) {
Expand Down

0 comments on commit 5fee730

Please sign in to comment.