FoodleBerlin/foodle

Fix: Missing booking fee

Closed this issue · 1 comments

Flajt commented

In ListingsOverview/index.tsx lines 92/93 we display two times the hourly price, but there should be a difference.
We get the following properties from the backend:

  • hourly Price
  • service fee
  • deposit

So we seem to miss the Booking Fee, which I guess is from us and not the owner.
Should this be changed, or should it just stay the same for now?

I'll look into it