update: restuarant dto
This commit is contained in:
@@ -20,4 +20,8 @@ export class CreateRestaurantDto {
|
|||||||
@IsString()
|
@IsString()
|
||||||
phone?: string;
|
phone?: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: 'sub_1234567890', description: 'شناسه اشتراک' })
|
||||||
|
@IsString()
|
||||||
|
subscriptionId!: string;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1050,7 +1050,7 @@ export class InvoicesService {
|
|||||||
} finally {
|
} finally {
|
||||||
await queryRunner.release();
|
await queryRunner.release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//*********************************** */
|
//*********************************** */
|
||||||
private async getInvoiceByIdWithQueryRunner(invoiceId: string, userId: string, queryRunner: QueryRunner) {
|
private async getInvoiceByIdWithQueryRunner(invoiceId: string, userId: string, queryRunner: QueryRunner) {
|
||||||
|
|||||||
Reference in New Issue
Block a user