Skip to content

Commit

Permalink
Default pdfInvoicesSortByInvoiceDate to true (#19391)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjana-bl authored Oct 14, 2024
1 parent c8d7cf3 commit 7b0fde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
showPromotionsInPDP: true,
recentSearches: true,
trendingSearches: false,
pdfInvoicesSortByInvoiceDate: false,
pdfInvoicesSortByInvoiceDate: true,
storeFrontLibCardParagraphTruncated: true,
useProductCarouselBatchApi: false,
productConfiguratorAttributeTypesV2: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if (environment.cpq) {
showPromotionsInPDP: false,
recentSearches: true,
trendingSearches: false,
pdfInvoicesSortByInvoiceDate: false,
pdfInvoicesSortByInvoiceDate: true,
storeFrontLibCardParagraphTruncated: true,
useProductCarouselBatchApi: true,
productConfiguratorAttributeTypesV2: true,
Expand Down

0 comments on commit 7b0fde2

Please sign in to comment.