Require paid access before redeploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
keyhan
2026-05-18 22:37:13 +03:30
parent e4fe8f63cb
commit 97e4c865b6
3 changed files with 64 additions and 10 deletions
@@ -254,7 +254,6 @@ export class BillingController {
metadata: {
action: 'activate',
cycle,
planExpiresAt: payment.planExpiresAt?.toISOString(),
},
});
}
@@ -269,7 +268,6 @@ export class BillingController {
const activated = await this.lifecycleService.activateApp(
applicationId,
cycle,
payment.planExpiresAt,
);
return {