Skip to content

Commit

Permalink
Merge pull request #5587 from vuestorefront/checkout-payment
Browse files Browse the repository at this point in the history
Checkout Payment
  • Loading branch information
andrzejewsky committed Feb 27, 2021
2 parents bc752a8 + 5f46559 commit 9a447a2
Show file tree
Hide file tree
Showing 33 changed files with 1,004 additions and 2,076 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/commercetools/composables/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ track('VSFCommercetools');

export { default as useCart } from './useCart';
export { default as useCategory } from './useCategory';
export { default as useCheckout } from './useCheckout';
export { default as useFacet } from './useFacet';
export { default as useMakeOrder } from './useMakeOrder';
export { default as useProduct } from './useProduct';
export { default as useReview } from './useReview';
export { default as useShipping } from './useShipping';
export { default as useShippingProvider } from './useShippingProvider';
export { default as useBilling } from './useBilling';
export { default as useUser } from './useUser';
export { default as useUserBilling } from './useUserBilling';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

110 changes: 0 additions & 110 deletions packages/commercetools/composables/src/useCheckout/index.ts

This file was deleted.

Loading

0 comments on commit 9a447a2

Please sign in to comment.