Migrated from Redmine #531 | Author: Jeffrey van Hal
Status: Feedback | Priority: Immediate, there is BUG! | Created: 2020-05-15
Given the following information:
- I have an event with a price of 145 euro
- I assign 5 resources to it
- I make a booking and pay for it
Then I make an API-call as defaultAdmin (https://user-api.simplybook.me/admin)
getBookings([“code” => “vo41dph7”]
- public invoice_amount → string (8) “725.0000”
- public payed_amount → string (8) “725.0000”
Both are wrong and should be 145. That is also the price listed on the invoice. It got multiplied by the number of resources.