remove console logs from checkout page
This commit is contained in:
@@ -241,9 +241,7 @@ function CheckoutConfigCard({
|
||||
|
||||
const handleProceedToPayment = async () => {
|
||||
try {
|
||||
console.log("Adding card to cart", cardBookingDetails);
|
||||
const response = await addCardToCart(cardBookingDetails);
|
||||
console.log(response)
|
||||
const bookingId = response?.data?.id
|
||||
navigate(`/payment/${bookingId}`)
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user