Merge pull request #336 from Tria-plc/freight_feature/contrat

payemnt
This commit is contained in:
marshal
2026-06-29 15:08:50 +03:00
committed by GitHub

View File

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