Add totals to cart

This commit is contained in:
Luis Alvarez
2020-10-12 20:03:53 -05:00
parent d94396baac
commit c099b27cad
4 changed files with 39 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ export default function useOpenCheckout() {
return async function openCheckout() {
window.open(data?.redirect_urls.checkout_url)
console.log('URL1', data?.redirect_urls.checkout_url)
// Get new redirect urls
await mutate()
}