fix(pricing): Update store + list price preferences (#13852)

* fix(pricing): Update store + list price preferencs

* Create afraid-kids-return.md
This commit is contained in:
Oli Juhl
2025-10-25 21:45:26 +02:00
committed by GitHub
parent c4e1d05c39
commit f055bfd723
3 changed files with 33 additions and 2 deletions
@@ -365,7 +365,7 @@ export default class PricingModuleService
): Promise<PricingTypes.PricePreferenceDTO[]> {
const pricePreferences = await this.listPricePreferences_(
filters,
{ ...config, select: [...(config.select || []), "id"] },
config,
sharedContext
)