mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
🔥 remove: log
:%s
This commit is contained in:
@@ -76,12 +76,11 @@ const CheckoutInfo = ({ onViewCart }: CheckoutInfoProps) => {
|
|||||||
addProduct({ variantId: "63", quantity: 1 }, handleAddToCartCallback)
|
addProduct({ variantId: "63", quantity: 1 }, handleAddToCartCallback)
|
||||||
}
|
}
|
||||||
const handleAddToCartCallback = (isSuccess: boolean, message?: string) => {
|
const handleAddToCartCallback = (isSuccess: boolean, message?: string) => {
|
||||||
console.log("after create order: ", isSuccess, message)
|
// console.log("after create order: ", isSuccess, message)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const {order} = useGetActiveOrder()
|
const {order} = useGetActiveOrder()
|
||||||
console.log("active order: ", order)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={s.warpper}>
|
<div className={s.warpper}>
|
||||||
|
Reference in New Issue
Block a user