Merge branch 'freight/develop' into freight/feature/telebirr-integration

This commit is contained in:
Eyosiyas Girma
2026-06-08 16:35:18 +03:00
committed by GitHub
19 changed files with 2444 additions and 636 deletions

View File

@@ -8,9 +8,9 @@ import { DataSource } from "typeorm";
import { PaymentEntity } from "./entities/payment.entity";
import { PaymentRepository } from "./payment.repository";
import * as fs from 'fs';
import * as path from 'path';
import * as Handlebars from 'handlebars';
import * as fs from "fs";
import * as path from "path";
import * as Handlebars from "handlebars";
import { ConfigService } from "@nestjs/config";
import { Booking } from "../bookings/entities/booking.entity";
@@ -158,4 +158,3 @@ export class PaymentService {
};
}
}