Skip to content

Commit

Permalink
PWA-3318::Prex compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 committed Nov 5, 2024
1 parent 78280c8 commit 72958e5
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
const SUPPORTED_PRODUCT_TYPES = [
'SimpleProduct',
'ConfigurableProduct',
'configurable',
'simple'
const SUPPORT_PRODUCT_TYPES = ['SimpleProduct','ConfigurableProduct','configurable','simple'
];

export const isSupportedProductType = productType => {
return SUPPORTED_PRODUCT_TYPES.includes(productType);
return SUPPORT_PRODUCT_TYPES.includes(productType);
};

0 comments on commit 72958e5

Please sign in to comment.