4
0
forked from crowetic/commerce

Updated api handler

This commit is contained in:
Luis Alvarez
2020-10-16 21:45:52 -05:00
parent 5165f824e1
commit 6d241937d9
5 changed files with 21 additions and 10 deletions

View File

@@ -109,4 +109,4 @@ const cartApi: BigcommerceApiHandler<Cart, CartHandlers> = async (
export const handlers = { getCart, addItem, updateItem, removeItem }
export default createApiHandler(cartApi, handlers)
export default createApiHandler(cartApi, handlers, {})