update: remove the blog from the response of the update or create blog
This commit is contained in:
@@ -284,7 +284,7 @@ export class SubscriptionsService {
|
||||
await this.addProvisioningJob(userSubscription, plan, user);
|
||||
|
||||
if (isFree) {
|
||||
await this.invoicesService.payInvoice(invoice.id, user.id, queryRunner);
|
||||
await this.invoicesService.payInvoice(invoice.id, user.id, undefined, queryRunner);
|
||||
}
|
||||
|
||||
await queryRunner.commitTransaction();
|
||||
|
||||
Reference in New Issue
Block a user