**What** - add price-rule entity to pricing module blocked by #4977 Fixes CORE-1497 Co-authored-by: Riqwan Thamir <5105988+riqwan@users.noreply.github.com> Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com>
6 lines
358 B
TypeScript
6 lines
358 B
TypeScript
export { default as CurrencyService } from "./currency"
|
|
export { default as MoneyAmountService } from "./money-amount"
|
|
export { default as PriceSetService } from "./price-set"
|
|
export { default as PricingModuleService } from "./pricing-module"
|
|
export { default as RuleTypeService } from "./rule-type"
|
|
export { default as PriceRuleService } from "./price-rule" |