fix event length in webhooks payload (#14039)
Co-authored-by: CarinaWolli <wollencarina@gmail.com> Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
co-authored by
CarinaWolli
Alex van Andel
parent
b06e46342c
commit
d6d2aae67f
@@ -1518,7 +1518,7 @@ async function handler(
|
||||
eventDescription: eventType.description,
|
||||
price: paymentAppData.price,
|
||||
currency: eventType.currency,
|
||||
length: eventType.length,
|
||||
length: reqEventLength,
|
||||
};
|
||||
|
||||
const teamId = await getTeamIdFromEventType({ eventType });
|
||||
|
||||
Reference in New Issue
Block a user