Require paid access before redeploy.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user