Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/CXSPA-8157
Browse files Browse the repository at this point in the history
  • Loading branch information
clordc authored Sep 6, 2024
2 parents 37d1ffd + 7f8e2bd commit 167181c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
useExtractedBillingAddressComponent: false,
showBillingAddressInDigitalPayments: false,
showDownloadProposalButton: false,
showPromotionsInPDP: false,
recentSearches: false,
showPromotionsInPDP: true,
recentSearches: true,
pdfInvoicesSortByInvoiceDate: false,
storeFrontLibCardParagraphTruncated: true,
useProductCarouselBatchApi: false,
Expand Down

0 comments on commit 167181c

Please sign in to comment.