Open sorokinvj opened 2 years ago
@closerearth Questions:
platform.listing.find()
as in current pages/listings/index.js
? Do I need to select just listingId to make a final call on the checkout? api.post('/payment', {})
and setBooking({ ...booking, status: 'confirmed' })
with the new checkout? Will backend expect any new info like listingId?
Design