This commit is contained in:
marshal
2026-06-29 15:04:01 +03:00
parent 9fe90c8ef7
commit 1491db304b
5 changed files with 40 additions and 27 deletions

View File

@@ -19,7 +19,8 @@ export class PaymentClientService {
private readonly logger = new Logger(PaymentClientService.name);
private readonly baseUrl = (
// process.env.PAYMENT_API_URL ??
"https://paymentcallback.triaplc.com"
// "https://paymentcallback.triaplc.com"
"http://localhost:3003"
).replace(/\/$/, "");
private readonly serviceToken = process.env.SERVICE_AUTH_TOKEN ?? "";