2019-02-20 23:33:05 +01:00
|
|
|
import {
|
|
|
|
Component,
|
|
|
|
ElementRef,
|
|
|
|
EventEmitter,
|
|
|
|
Input,
|
|
|
|
OnInit,
|
|
|
|
Output,
|
|
|
|
ViewChild,
|
|
|
|
} from "@angular/core";
|
2023-09-08 16:05:37 +02:00
|
|
|
import { firstValueFrom } from "rxjs";
|
2019-02-20 23:33:05 +01:00
|
|
|
|
2022-06-14 17:10:53 +02:00
|
|
|
import { ApiService } from "@bitwarden/common/abstractions/api.service";
|
[AC-1011] Admin Console / Billing code ownership (#4973)
* refactor: move SCIM component to admin-console, refs EC-1011
* refactor: move scimProviderType to admin-console, refs EC-1011
* refactor: move scim-config.api to admin-console, refs EC-1011
* refactor: create models folder and nest existing api contents, refs EC-1011
* refactor: move scim-config to admin-console models, refs EC-1011
* refactor: move billing.component to billing, refs EC-1011
* refactor: remove nested app folder from new billing structure, refs EC-1011
* refactor: move organizations/billing to billing, refs EC-1011
* refactor: move add-credit and adjust-payment to billing/settings, refs EC-1011
* refactor: billing history/sync to billing, refs EC-1011
* refactor: move org plans, payment/method to billing/settings, refs EC-1011
* fix: update legacy file paths for payment-method and tax-info, refs EC-1011
* fix: update imports for scim component, refs EC-1011
* refactor: move subscription and tax-info into billing, refs EC-1011
* refactor: move user-subscription to billing, refs EC-1011
* refactor: move images/cards to billing and update base path, refs EC-1011
* refactor: move payment-method, plan subscription, and plan to billing, refs EC-1011
* refactor: move transaction-type to billing, refs EC-1011
* refactor: move billing-sync-config to billing, refs EC-1011
* refactor: move billing-sync and bit-pay-invoice request to billing, refs EC-1011
* refactor: move org subscription and tax info update requests to billing, refs EC-1011
* fix: broken paths to billing, refs EC-1011
* refactor: move payment request to billing, refs EC-1011
* fix: update remaining imports for payment-request, refs EC-1011
* refactor: move tax-info-update to billing, refs EC-1011
* refactor: move billing-payment, billing-history, and billing responses to billing, refs EC-1011
* refactor: move organization-subscription-responset to billing, refs EC-1011
* refactor: move payment and plan responses to billing, refs EC-1011
* refactor: move subscription response to billing ,refs EC-1011
* refactor: move tax info and rate responses to billing, refs EC-1011
* fix: update remaining path to base response for tax-rate response, refs EC-1011
* refactor: (browser) move organization-service to admin-console, refs EC-1011
* refactor: (browser) move organizaiton-service to admin-console, refs EC-1011
* refactor: (cli) move share command to admin-console, refs EC-1011
* refactor: move organization-collect request model to admin-console, refs EC-1011
* refactor: (web) move organization, collection/user responses to admin-console, refs EC-1011
* refactor: (cli) move selection-read-only to admin-console, refs EC-1011
* refactor: (desktop) move organization-filter to admin-console, refs EC-1011
* refactor: (web) move organization-switcher to admin-console, refs EC-1011
* refactor: (web) move access-selector to admin-console, refs EC-1011
* refactor: (web) move create folder to admin-console, refs EC-1011
* refactor: (web) move org guards folder to admin-console, refs EC-1011
* refactor: (web) move org layout to admin-console, refs EC-1011
* refactor: move manage collections to admin console, refs EC-1011
* refactor: (web) move collection-dialog to admin-console, refs EC-1011
* refactor: (web) move entity users/events and events component to admin-console, refs EC-1011
* refactor: (web) move groups/group-add-edit to admin-console, refs EC-1011
* refactor: (web) move manage, org-manage module, and user-confirm to admin-console, refs EC-1011
* refactor: (web) move people to admin-console, refs EC-1011
* refactor: (web) move reset-password to admin-console, refs EC-1011
* refactor: (web) move organization-routing and module to admin-console, refs EC-1011
* refactor: move admin-console and billing within app scope, refs EC-1011
* fix: update leftover merge conflicts, refs EC-1011
* refactor: (web) member-dialog to admin-console, refs EC-1011
* refactor: (web) move policies to admin-console, refs EC-1011
* refactor: (web) move reporting to admin-console, refs EC-1011
* refactor: (web) move settings to admin-console, refs EC-1011
* refactor: (web) move sponsorships to admin-console, refs EC-1011
* refactor: (web) move tools to admin-console, refs EC-1011
* refactor: (web) move users to admin-console, refs EC-1011
* refactor: (web) move collections to admin-console, refs EC-1011
* refactor: (web) move create-organization to admin-console, refs EC-1011
* refactor: (web) move licensed components to admin-console, refs EC-1011
* refactor: (web) move bit organization modules to admin-console, refs EC-1011
* fix: update leftover import statements for organizations.module, refs EC-1011
* refactor: (web) move personal vault and max timeout to admin-console, refs EC-1011
* refactor: (web) move providers to admin-console, refs EC-1011
* refactor: (libs) move organization service to admin-console, refs EC-1011
* refactor: (libs) move profile org/provider responses and other misc org responses to admin-console, refs EC-1011
* refactor: (libs) move provider request and selectionion-read-only request to admin-console, refs EC-1011
* fix: update missed import path for provider-user-update request, refs EC-1011
* refactor: (libs) move abstractions to admin-console, refs EC-1011
* refactor: (libs) move org/provider enums to admin-console, refs EC-1011
* fix: update downstream import statements from libs changes, refs EC-1011
* refactor: (libs) move data files to admin-console, refs EC-1011
* refactor: (libs) move domain to admin-console, refs EC-1011
* refactor: (libs) move request objects to admin-console, refs EC-1011
* fix: update downstream import changes from libs, refs EC-1011
* refactor: move leftover provider files to admin-console, refs EC-1011
* refactor: (browser) move group policy environment to admin-console, refs EC-1011
* fix: (browser) update downstream import statements, refs EC-1011
* fix: (desktop) update downstream libs moves, refs EC-1011
* fix: (cli) update downstream import changes from libs, refs EC-1011
* refactor: move org-auth related files to admin-console, refs EC-1011
* refactor: (libs) move request objects to admin-console, refs EC-1011
* refactor: move persmissions to admin-console, refs EC-1011
* refactor: move sponsored families to admin-console and fix libs changes, refs EC-1011
* refactor: move collections to admin-console, refs EC-1011
* refactor: move spec file back to spec scope, refs EC-1011
* fix: update downstream imports due to libs changes, refs EC-1011
* fix: udpate downstream import changes due to libs, refs EC-1011
* fix: update downstream imports due to libs changes, refs EC-1011
* fix: update downstream imports from libs changes, refs EC-1011
* fix: update path malformation in jslib-services.module, refs EC-1011
* fix: lint errors from improper casing, refs AC-1011
* fix: update downstream filename changes, refs AC-1011
* fix: (cli) update downstream filename changes, refs AC-1011
* fix: (desktop) update downstream filename changes, refs AC-1011
* fix: (browser) update downstream filename changes, refs AC-1011
* fix: lint errors, refs AC-1011
* fix: prettier, refs AC-1011
* fix: lint fixes for import order, refs AC-1011
* fix: update import path for provider user type, refs AC-1011
* fix: update new codes import paths for admin console structure, refs AC-1011
* fix: lint/prettier, refs AC-1011
* fix: update layout stories path, refs AC-1011
* fix: update comoponents card icons base variable in styles, refs AC-1011
* fix: update provider service path in permissions guard spec, refs AC-1011
* fix: update provider permission guard path, refs AC-1011
* fix: remove unecessary TODO for shared index export statement, refs AC-1011
* refactor: move browser-organization service and cli organization-user response out of admin-console, refs AC-1011
* refactor: move web/browser/desktop collections component to vault domain, refs AC-1011
* refactor: move organization.module out of admin-console scope, refs AC-1011
* fix: prettier, refs AC-1011
* refactor: move organizations-api-key.request out of admin-console scope, refs AC-1011
2023-03-22 16:03:50 +01:00
|
|
|
import { OrganizationService } from "@bitwarden/common/admin-console/abstractions/organization/organization.service.abstraction";
|
2023-04-06 03:34:23 +02:00
|
|
|
import { PaymentMethodType } from "@bitwarden/common/billing/enums";
|
[AC-1011] Admin Console / Billing code ownership (#4973)
* refactor: move SCIM component to admin-console, refs EC-1011
* refactor: move scimProviderType to admin-console, refs EC-1011
* refactor: move scim-config.api to admin-console, refs EC-1011
* refactor: create models folder and nest existing api contents, refs EC-1011
* refactor: move scim-config to admin-console models, refs EC-1011
* refactor: move billing.component to billing, refs EC-1011
* refactor: remove nested app folder from new billing structure, refs EC-1011
* refactor: move organizations/billing to billing, refs EC-1011
* refactor: move add-credit and adjust-payment to billing/settings, refs EC-1011
* refactor: billing history/sync to billing, refs EC-1011
* refactor: move org plans, payment/method to billing/settings, refs EC-1011
* fix: update legacy file paths for payment-method and tax-info, refs EC-1011
* fix: update imports for scim component, refs EC-1011
* refactor: move subscription and tax-info into billing, refs EC-1011
* refactor: move user-subscription to billing, refs EC-1011
* refactor: move images/cards to billing and update base path, refs EC-1011
* refactor: move payment-method, plan subscription, and plan to billing, refs EC-1011
* refactor: move transaction-type to billing, refs EC-1011
* refactor: move billing-sync-config to billing, refs EC-1011
* refactor: move billing-sync and bit-pay-invoice request to billing, refs EC-1011
* refactor: move org subscription and tax info update requests to billing, refs EC-1011
* fix: broken paths to billing, refs EC-1011
* refactor: move payment request to billing, refs EC-1011
* fix: update remaining imports for payment-request, refs EC-1011
* refactor: move tax-info-update to billing, refs EC-1011
* refactor: move billing-payment, billing-history, and billing responses to billing, refs EC-1011
* refactor: move organization-subscription-responset to billing, refs EC-1011
* refactor: move payment and plan responses to billing, refs EC-1011
* refactor: move subscription response to billing ,refs EC-1011
* refactor: move tax info and rate responses to billing, refs EC-1011
* fix: update remaining path to base response for tax-rate response, refs EC-1011
* refactor: (browser) move organization-service to admin-console, refs EC-1011
* refactor: (browser) move organizaiton-service to admin-console, refs EC-1011
* refactor: (cli) move share command to admin-console, refs EC-1011
* refactor: move organization-collect request model to admin-console, refs EC-1011
* refactor: (web) move organization, collection/user responses to admin-console, refs EC-1011
* refactor: (cli) move selection-read-only to admin-console, refs EC-1011
* refactor: (desktop) move organization-filter to admin-console, refs EC-1011
* refactor: (web) move organization-switcher to admin-console, refs EC-1011
* refactor: (web) move access-selector to admin-console, refs EC-1011
* refactor: (web) move create folder to admin-console, refs EC-1011
* refactor: (web) move org guards folder to admin-console, refs EC-1011
* refactor: (web) move org layout to admin-console, refs EC-1011
* refactor: move manage collections to admin console, refs EC-1011
* refactor: (web) move collection-dialog to admin-console, refs EC-1011
* refactor: (web) move entity users/events and events component to admin-console, refs EC-1011
* refactor: (web) move groups/group-add-edit to admin-console, refs EC-1011
* refactor: (web) move manage, org-manage module, and user-confirm to admin-console, refs EC-1011
* refactor: (web) move people to admin-console, refs EC-1011
* refactor: (web) move reset-password to admin-console, refs EC-1011
* refactor: (web) move organization-routing and module to admin-console, refs EC-1011
* refactor: move admin-console and billing within app scope, refs EC-1011
* fix: update leftover merge conflicts, refs EC-1011
* refactor: (web) member-dialog to admin-console, refs EC-1011
* refactor: (web) move policies to admin-console, refs EC-1011
* refactor: (web) move reporting to admin-console, refs EC-1011
* refactor: (web) move settings to admin-console, refs EC-1011
* refactor: (web) move sponsorships to admin-console, refs EC-1011
* refactor: (web) move tools to admin-console, refs EC-1011
* refactor: (web) move users to admin-console, refs EC-1011
* refactor: (web) move collections to admin-console, refs EC-1011
* refactor: (web) move create-organization to admin-console, refs EC-1011
* refactor: (web) move licensed components to admin-console, refs EC-1011
* refactor: (web) move bit organization modules to admin-console, refs EC-1011
* fix: update leftover import statements for organizations.module, refs EC-1011
* refactor: (web) move personal vault and max timeout to admin-console, refs EC-1011
* refactor: (web) move providers to admin-console, refs EC-1011
* refactor: (libs) move organization service to admin-console, refs EC-1011
* refactor: (libs) move profile org/provider responses and other misc org responses to admin-console, refs EC-1011
* refactor: (libs) move provider request and selectionion-read-only request to admin-console, refs EC-1011
* fix: update missed import path for provider-user-update request, refs EC-1011
* refactor: (libs) move abstractions to admin-console, refs EC-1011
* refactor: (libs) move org/provider enums to admin-console, refs EC-1011
* fix: update downstream import statements from libs changes, refs EC-1011
* refactor: (libs) move data files to admin-console, refs EC-1011
* refactor: (libs) move domain to admin-console, refs EC-1011
* refactor: (libs) move request objects to admin-console, refs EC-1011
* fix: update downstream import changes from libs, refs EC-1011
* refactor: move leftover provider files to admin-console, refs EC-1011
* refactor: (browser) move group policy environment to admin-console, refs EC-1011
* fix: (browser) update downstream import statements, refs EC-1011
* fix: (desktop) update downstream libs moves, refs EC-1011
* fix: (cli) update downstream import changes from libs, refs EC-1011
* refactor: move org-auth related files to admin-console, refs EC-1011
* refactor: (libs) move request objects to admin-console, refs EC-1011
* refactor: move persmissions to admin-console, refs EC-1011
* refactor: move sponsored families to admin-console and fix libs changes, refs EC-1011
* refactor: move collections to admin-console, refs EC-1011
* refactor: move spec file back to spec scope, refs EC-1011
* fix: update downstream imports due to libs changes, refs EC-1011
* fix: udpate downstream import changes due to libs, refs EC-1011
* fix: update downstream imports due to libs changes, refs EC-1011
* fix: update downstream imports from libs changes, refs EC-1011
* fix: update path malformation in jslib-services.module, refs EC-1011
* fix: lint errors from improper casing, refs AC-1011
* fix: update downstream filename changes, refs AC-1011
* fix: (cli) update downstream filename changes, refs AC-1011
* fix: (desktop) update downstream filename changes, refs AC-1011
* fix: (browser) update downstream filename changes, refs AC-1011
* fix: lint errors, refs AC-1011
* fix: prettier, refs AC-1011
* fix: lint fixes for import order, refs AC-1011
* fix: update import path for provider user type, refs AC-1011
* fix: update new codes import paths for admin console structure, refs AC-1011
* fix: lint/prettier, refs AC-1011
* fix: update layout stories path, refs AC-1011
* fix: update comoponents card icons base variable in styles, refs AC-1011
* fix: update provider service path in permissions guard spec, refs AC-1011
* fix: update provider permission guard path, refs AC-1011
* fix: remove unecessary TODO for shared index export statement, refs AC-1011
* refactor: move browser-organization service and cli organization-user response out of admin-console, refs AC-1011
* refactor: move web/browser/desktop collections component to vault domain, refs AC-1011
* refactor: move organization.module out of admin-console scope, refs AC-1011
* fix: prettier, refs AC-1011
* refactor: move organizations-api-key.request out of admin-console scope, refs AC-1011
2023-03-22 16:03:50 +01:00
|
|
|
import { BitPayInvoiceRequest } from "@bitwarden/common/billing/models/request/bit-pay-invoice.request";
|
2024-03-27 18:03:09 +01:00
|
|
|
import { ConfigService } from "@bitwarden/common/platform/abstractions/config/config.service";
|
2023-06-06 22:34:53 +02:00
|
|
|
import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
|
|
|
|
import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
|
|
|
|
import { StateService } from "@bitwarden/common/platform/abstractions/state.service";
|
2019-02-22 04:48:59 +01:00
|
|
|
|
2024-03-21 17:09:44 +01:00
|
|
|
export type PayPalConfig = {
|
|
|
|
businessId?: string;
|
|
|
|
buttonAction?: string;
|
|
|
|
};
|
|
|
|
|
2019-02-20 23:33:05 +01:00
|
|
|
@Component({
|
|
|
|
selector: "app-add-credit",
|
|
|
|
templateUrl: "add-credit.component.html",
|
|
|
|
})
|
|
|
|
export class AddCreditComponent implements OnInit {
|
2019-02-22 00:03:39 +01:00
|
|
|
@Input() creditAmount: string;
|
2019-02-20 23:33:05 +01:00
|
|
|
@Input() showOptions = true;
|
|
|
|
@Input() method = PaymentMethodType.PayPal;
|
|
|
|
@Input() organizationId: string;
|
|
|
|
@Output() onAdded = new EventEmitter();
|
|
|
|
@Output() onCanceled = new EventEmitter();
|
|
|
|
|
2020-08-17 16:04:38 +02:00
|
|
|
@ViewChild("ppButtonForm", { read: ElementRef, static: true }) ppButtonFormRef: ElementRef;
|
2019-02-20 23:33:05 +01:00
|
|
|
|
|
|
|
paymentMethodType = PaymentMethodType;
|
2021-09-09 23:18:46 +02:00
|
|
|
ppButtonFormAction: string;
|
|
|
|
ppButtonBusinessId: string;
|
2019-02-20 23:33:05 +01:00
|
|
|
ppButtonCustomField: string;
|
2019-02-21 02:37:27 +01:00
|
|
|
ppLoading = false;
|
2019-02-20 23:33:05 +01:00
|
|
|
subject: string;
|
2019-02-22 04:48:59 +01:00
|
|
|
returnUrl: string;
|
2019-02-20 23:33:05 +01:00
|
|
|
formPromise: Promise<any>;
|
|
|
|
|
2019-02-22 04:48:59 +01:00
|
|
|
private userId: string;
|
|
|
|
private name: string;
|
|
|
|
private email: string;
|
2023-07-25 19:39:09 +02:00
|
|
|
private region: string;
|
2019-02-22 04:48:59 +01:00
|
|
|
|
2021-12-14 17:10:26 +01:00
|
|
|
constructor(
|
|
|
|
private stateService: StateService,
|
|
|
|
private apiService: ApiService,
|
|
|
|
private platformUtilsService: PlatformUtilsService,
|
|
|
|
private organizationService: OrganizationService,
|
2023-07-25 21:57:29 +02:00
|
|
|
private logService: LogService,
|
2024-03-27 18:03:09 +01:00
|
|
|
private configService: ConfigService,
|
2021-12-14 17:10:26 +01:00
|
|
|
) {
|
2021-09-09 23:18:46 +02:00
|
|
|
const payPalConfig = process.env.PAYPAL_CONFIG as PayPalConfig;
|
|
|
|
this.ppButtonFormAction = payPalConfig.buttonAction;
|
|
|
|
this.ppButtonBusinessId = payPalConfig.businessId;
|
2019-02-20 23:33:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
async ngOnInit() {
|
|
|
|
if (this.organizationId != null) {
|
2019-02-22 00:03:39 +01:00
|
|
|
if (this.creditAmount == null) {
|
|
|
|
this.creditAmount = "20.00";
|
|
|
|
}
|
2019-02-20 23:33:05 +01:00
|
|
|
this.ppButtonCustomField = "organization_id:" + this.organizationId;
|
2021-12-14 17:10:26 +01:00
|
|
|
const org = await this.organizationService.get(this.organizationId);
|
2019-02-20 23:33:05 +01:00
|
|
|
if (org != null) {
|
|
|
|
this.subject = org.name;
|
2019-02-22 04:48:59 +01:00
|
|
|
this.name = org.name;
|
2019-02-20 23:33:05 +01:00
|
|
|
}
|
|
|
|
} else {
|
2019-02-22 00:03:39 +01:00
|
|
|
if (this.creditAmount == null) {
|
|
|
|
this.creditAmount = "10.00";
|
|
|
|
}
|
2021-12-14 17:10:26 +01:00
|
|
|
this.userId = await this.stateService.getUserId();
|
|
|
|
this.subject = await this.stateService.getEmail();
|
2019-02-22 04:48:59 +01:00
|
|
|
this.email = this.subject;
|
|
|
|
this.ppButtonCustomField = "user_id:" + this.userId;
|
2019-02-20 23:33:05 +01:00
|
|
|
}
|
2023-09-08 16:05:37 +02:00
|
|
|
this.region = await firstValueFrom(this.configService.cloudRegion$);
|
2019-02-22 03:48:02 +01:00
|
|
|
this.ppButtonCustomField += ",account_credit:1";
|
2023-07-25 19:39:09 +02:00
|
|
|
this.ppButtonCustomField += `,region:${this.region}`;
|
2019-02-22 04:48:59 +01:00
|
|
|
this.returnUrl = window.location.href;
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2019-02-20 23:33:05 +01:00
|
|
|
|
|
|
|
async submit() {
|
2019-02-22 04:48:59 +01:00
|
|
|
if (this.creditAmount == null || this.creditAmount === "") {
|
|
|
|
return;
|
2019-02-20 23:33:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
if (this.method === PaymentMethodType.PayPal) {
|
|
|
|
this.ppButtonFormRef.nativeElement.submit();
|
2019-02-21 02:37:27 +01:00
|
|
|
this.ppLoading = true;
|
2021-12-17 15:57:11 +01:00
|
|
|
return;
|
|
|
|
}
|
2019-02-22 04:48:59 +01:00
|
|
|
if (this.method === PaymentMethodType.BitPay) {
|
2021-12-17 15:57:11 +01:00
|
|
|
try {
|
2019-02-22 04:48:59 +01:00
|
|
|
const req = new BitPayInvoiceRequest();
|
|
|
|
req.email = this.email;
|
|
|
|
req.name = this.name;
|
|
|
|
req.credit = true;
|
2019-02-20 23:33:05 +01:00
|
|
|
req.amount = this.creditAmountNumber;
|
|
|
|
req.organizationId = this.organizationId;
|
2019-02-22 04:48:59 +01:00
|
|
|
req.userId = this.userId;
|
|
|
|
req.returnUrl = this.returnUrl;
|
|
|
|
this.formPromise = this.apiService.postBitPayInvoice(req);
|
|
|
|
const bitPayUrl: string = await this.formPromise;
|
2019-02-20 23:33:05 +01:00
|
|
|
this.platformUtilsService.launchUri(bitPayUrl);
|
|
|
|
} catch (e) {
|
|
|
|
this.logService.error(e);
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
try {
|
2019-02-20 23:33:05 +01:00
|
|
|
this.onAdded.emit();
|
|
|
|
} catch (e) {
|
2021-10-20 18:30:04 +02:00
|
|
|
this.logService.error(e);
|
2019-02-20 23:33:05 +01:00
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2019-02-20 23:33:05 +01:00
|
|
|
|
2021-12-17 15:57:11 +01:00
|
|
|
cancel() {
|
2019-02-20 23:33:05 +01:00
|
|
|
this.onCanceled.emit();
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
|
|
|
|
2019-02-20 23:33:05 +01:00
|
|
|
formatAmount() {
|
|
|
|
try {
|
|
|
|
if (this.creditAmount != null && this.creditAmount !== "") {
|
|
|
|
const floatAmount = Math.abs(parseFloat(this.creditAmount));
|
|
|
|
if (floatAmount > 0) {
|
|
|
|
this.creditAmount = parseFloat((Math.round(floatAmount * 100) / 100).toString())
|
|
|
|
.toFixed(2)
|
|
|
|
.toString();
|
|
|
|
return;
|
2021-10-20 18:30:04 +02:00
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-10-20 18:30:04 +02:00
|
|
|
} catch (e) {
|
2019-02-20 23:33:05 +01:00
|
|
|
this.logService.error(e);
|
|
|
|
}
|
|
|
|
this.creditAmount = "";
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2019-02-22 04:48:59 +01:00
|
|
|
|
|
|
|
get creditAmountNumber(): number {
|
|
|
|
if (this.creditAmount != null && this.creditAmount !== "") {
|
|
|
|
try {
|
|
|
|
return parseFloat(this.creditAmount);
|
2021-10-20 18:30:04 +02:00
|
|
|
} catch (e) {
|
|
|
|
this.logService.error(e);
|
2019-02-22 04:48:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return null;
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2019-02-20 23:33:05 +01:00
|
|
|
}
|