mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Add totals to cart
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user