Skip to content

Commit

Permalink
fix: fix fetchCheckoutOrderOperation action not exported
Browse files Browse the repository at this point in the history
Added the export for `fetchCheckoutOrderOperation` action as it was not
being exported and causes the applications that use it to fail.
  • Loading branch information
jhairabreu authored and ruifcnunes committed Sep 5, 2023
1 parent e6cc4ec commit c076d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ Object {
"fetchCheckoutOrderDetails": [Function],
"fetchCheckoutOrderDetailsFactory": [Function],
"fetchCheckoutOrderFactory": [Function],
"fetchCheckoutOrderOperation": [Function],
"fetchCheckoutOrderOperationFactory": [Function],
"fetchCheckoutOrderOperations": [Function],
"fetchCheckoutOrderOperationsFactory": [Function],
Expand Down
1 change: 1 addition & 0 deletions packages/redux/src/checkout/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { default as fetchCheckoutOrderContext } from './fetchCheckoutOrderContex
export { default as fetchCheckoutOrderContexts } from './fetchCheckoutOrderContexts.js';
export { default as fetchCheckoutOrderDetails } from './fetchCheckoutOrderDetails.js';
export { default as fetchCheckoutOrderCharge } from './fetchCheckoutOrderCharge.js';
export { default as fetchCheckoutOrderOperation } from './fetchCheckoutOrderOperation.js';
export { default as fetchCheckoutOrderOperations } from './fetchCheckoutOrderOperations.js';
export { default as fetchCollectPoints } from './fetchCollectPoints.js';
export { default as fetchCheckoutOrderDeliveryBundleUpgrades } from './fetchCheckoutOrderDeliveryBundleUpgrades.js';
Expand Down

0 comments on commit c076d4e

Please sign in to comment.