Migrated from Redmine #233 | Author: Vladimir Petukhov
Status: New | Priority: High, I’m very impatient | Created: 2018-09-10
Hello,
MDA service uses SimplyBook API to book lessons. When client order lesson the system creates an optimistic booking for the order (a call to “/book” on AdminAPI) and when the order is paid added payment confirmation to it(a call to “/booconfirmBookingPaymentk” on ClientAPI). For each event, the system sends a notification to the client which is not good.
The main question is the following: how to confirm payment of existed order without confirmation notification sent or how to update existing booking with such payment information, not causing the sending notification?
with best regards Vladimir Petukhov