Skip to content

Commit

Permalink
fix(core): Export OrderByCodeAccessStrategy and DefaultOrderByCodeAcc…
Browse files Browse the repository at this point in the history
…essStrategy (#2692)
  • Loading branch information
floze authored Feb 22, 2024
1 parent 0e9de53 commit 6a4a7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export * from './order/default-stock-allocation-strategy';
export * from './order/default-guest-checkout-strategy';
export * from './order/guest-checkout-strategy';
export * from './order/merge-orders-strategy';
export * from './order/order-by-code-access-strategy';
export * from './order/order-code-strategy';
export * from './order/order-item-price-calculation-strategy';
export * from './order/order-merge-strategy';
Expand Down

0 comments on commit 6a4a7e5

Please sign in to comment.