This commit is contained in:
Vins 2024-04-16 10:03:15 +02:00
parent 79edaaefa4
commit 5c7522e7bc

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 };