Skip to content

Commit

Permalink
removing default upsell option
Browse files Browse the repository at this point in the history
  • Loading branch information
manikantakailasa committed Aug 23, 2024
1 parent 4e4d787 commit 0d49728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '366fa6d2afb308a787a8');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '00a9f8f0dd08a3e19f74');
4 changes: 2 additions & 2 deletions src/configs/ProductsAndServices.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const ProductsAndServicesDefinition = (props) => ({
actionName: state.isActive ? __('Manage Bookings & Appointments', 'wp-module-ecommerce') : __('Setup Bookings & Appointments', 'wp-module-ecommerce'),
slug: "yith_wcbk_panel",
}),
state: {...defineFeatureState(), isUpsellNeeded: () => false, featureUrl: () => NewfoldRuntime.adminUrl("admin.php?page=yith_wcbk_panel")},
state: {...defineFeatureState(), featureUrl: () => NewfoldRuntime.adminUrl("admin.php?page=yith_wcbk_panel")},

actions: {
installFeature: createPluginInstallAction(
Expand Down Expand Up @@ -219,7 +219,7 @@ export const ProductsAndServicesDefinition = (props) => ({
actionName: state.isActive ? __('Manage Gift Cards', 'wp-module-ecommerce') : __('Create a Gift Card', 'wp-module-ecommerce'),
slug: "yith_woocommerce_gift_cards_panel",
}),
state: {...defineFeatureState(), isUpsellNeeded: () => false, featureUrl: () => NewfoldRuntime.adminUrl("admin.php?page=yith_woocommerce_gift_cards_panel")},
state: {...defineFeatureState(), featureUrl: () => NewfoldRuntime.adminUrl("admin.php?page=yith_woocommerce_gift_cards_panel")},
actions: {
installFeature: createPluginInstallAction(
"nfd_slug_yith_woocommerce_gift_cards",
Expand Down

0 comments on commit 0d49728

Please sign in to comment.