Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-04-16 10:03:24 +02:00
commit 15e5c0d71f

View File

@ -50,7 +50,6 @@ export default class StripeController extends ApiController {
return;
}
const officeId: string = req.body.user.office_Id;
//add office id to request body
req.body.office = { uid: officeId };