Merge branch 'dev' into alpha

This commit is contained in:
Stephanos A
2026-06-14 10:47:51 +03:00
6 changed files with 831 additions and 676 deletions

View File

@@ -56,6 +56,9 @@ export class PaymentClientService {
body?: unknown,
): Promise<T> {
const url = `${this.baseUrl}${path}`;
this.logger.log("=====================================================================");
this.logger.log(`URL ${url}`);
this.logger.log("=====================================================================");
try {
const response = await firstValueFrom(
this.http.request<T>({