mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Update cac-bank.provider.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user