chore: ( payment ) add log

This commit is contained in:
Abubeker Yasin
2026-06-13 09:42:43 +03:00
parent 5c535f8f8a
commit e558912ab7

View File

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