|
|
@@ -87,6 +87,7 @@ export class ConfigModule implements OnApplicationBootstrap, OnApplicationShutdo
|
|
|
orderByCodeAccessStrategy,
|
|
|
stockAllocationStrategy,
|
|
|
activeOrderStrategy,
|
|
|
+ changedPriceHandlingStrategy,
|
|
|
} = this.configService.orderOptions;
|
|
|
const { customFulfillmentProcess } = this.configService.shippingOptions;
|
|
|
const { customPaymentProcess } = this.configService.paymentOptions;
|
|
|
@@ -122,6 +123,7 @@ export class ConfigModule implements OnApplicationBootstrap, OnApplicationShutdo
|
|
|
stockDisplayStrategy,
|
|
|
...healthChecks,
|
|
|
assetImportStrategy,
|
|
|
+ changedPriceHandlingStrategy,
|
|
|
...(Array.isArray(activeOrderStrategy) ? activeOrderStrategy : [activeOrderStrategy]),
|
|
|
];
|
|
|
}
|