rename checkoutCreate to createCart and remove Shopify checkout API

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux
2021-04-27 18:47:39 +04:00
parent f52978e1a3
commit 3496b2a155
7 changed files with 11 additions and 64 deletions

View File

@@ -1,2 +1,2 @@
export { default as checkoutToCart } from './checkout-to-cart'
export { default as checkoutCreate } from './checkout-create'
export { default as checkoutCreate } from './create-cart'