Update payment-client.service.ts

This commit is contained in:
Abubeker Yasin
2026-06-13 10:48:19 +03:00
parent 0b12d9552c
commit eb94d58a4e

View File

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