feat: Add support for shipping options prices update (#7028)

This commit is contained in:
Adrien de Peretti
2024-04-11 18:34:55 +02:00
committed by GitHub
parent 51acd1da5b
commit c78915c7c5
13 changed files with 450 additions and 77 deletions
@@ -13,6 +13,7 @@ import {
doNotForceTransaction,
isDefined,
isObject,
isPresent,
isString,
lowerCaseFirst,
MedusaError,
@@ -85,7 +86,7 @@ export function internalModuleServiceFactory<
* @param config
*/
static applyDefaultOrdering(config: FindConfig<any>) {
if (config.order) {
if (isPresent(config.order)) {
return
}