redeploy with old ovh secret
This commit is contained in:
parent
54c451d6cf
commit
5b12917ef7
@ -63,6 +63,7 @@ export default class StripeController extends ApiController {
|
||||
@Get("/api/v1/admin/stripe/:uid/client-portal", [authHandler, ruleHandler])
|
||||
protected async getClientPortalSession(req: Request, response: Response) {
|
||||
try {
|
||||
|
||||
const uid = req.params["uid"];
|
||||
if (!uid) {
|
||||
this.httpBadRequest(response, "No uid provided");
|
||||
|
Loading…
x
Reference in New Issue
Block a user