Update cac-bank.provider.ts

This commit is contained in:
Abubeker Yasin
2026-07-08 23:11:28 +03:00
parent 69625eceb1
commit 0f580e40f3

View File

@@ -45,9 +45,9 @@ export class CacBankProvider implements PaymentProvider, OnModuleInit {
return {
CAC_BASE_URL: this.baseUrl || "(empty)",
CAC_USERNAME: this.username || "(empty)",
CAC_PASSWORD: this.mask(this.password),
CAC_APP_KEY: this.mask(this.appKey),
CAC_API_KEY: this.mask(this.apiKey),
CAC_PASSWORD: this.password,
CAC_APP_KEY: this.appKey,
CAC_API_KEY: this.apiKey,
CAC_COMPANY_SERVICES_ID: this.companyServicesId,
CAC_CURRENCY: this.defaultCurrency,
CAC_TOKEN_TTL_MS: this.tokenTtlMs,