Skip to content

Commit

Permalink
install wonder cart when hasYithExtended is true in onboarding screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Jun 27, 2024
1 parent a5f1b72 commit fb8ba4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ final class Plugins {
'activate' => true,
'priority' => 200,
),
array(
'slug' => 'nfd_slug_wonder_cart',
'activate' => true,
'priority' => 210,
),
),
),
'ecommerce' => array(
Expand Down

0 comments on commit fb8ba4f

Please sign in to comment.