You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my special PriceCalculationStrategy I would like to have information about the current context, activechannel because different channels have different pricing method. The calculateUnitPrice function parameters should be extended. The caller function (adjustOrderLine) already have the information
Closes#487
BREAKING CHANGE: The `PriceCalculationStrategy.calculateUnitPrice()` function
signature has changed: the first argument is now the RequestContext of the current request.
In my special PriceCalculationStrategy I would like to have information about the current context, activechannel because different channels have different pricing method. The calculateUnitPrice function parameters should be extended. The caller function (adjustOrderLine) already have the information
vendure/packages/core/src/service/services/order.service.ts
Line 368 in b275c20
The text was updated successfully, but these errors were encountered: