@hmcts/ccpay-web-component 6.5.3-cme-779-prerelease → 6.5.4-cme-779-prerelease
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7735,6 +7735,7 @@ class PaymentLibComponent {
|
|
|
7735
7735
|
VIEW;
|
|
7736
7736
|
VIEWSERVICE;
|
|
7737
7737
|
PAYMENT_GROUP_REF;
|
|
7738
|
+
PAYMENT_REFERENCE;
|
|
7738
7739
|
TAKEPAYMENT;
|
|
7739
7740
|
SERVICEREQUEST;
|
|
7740
7741
|
DCN_NUMBER;
|
|
@@ -7806,6 +7807,9 @@ class PaymentLibComponent {
|
|
|
7806
7807
|
if (this.PAYMENT_GROUP_REF) {
|
|
7807
7808
|
this.paymentGroupReference = this.PAYMENT_GROUP_REF;
|
|
7808
7809
|
}
|
|
7810
|
+
if (this.PAYMENT_REFERENCE) {
|
|
7811
|
+
this.paymentReference = this.PAYMENT_REFERENCE;
|
|
7812
|
+
}
|
|
7809
7813
|
if (this.DCN_NUMBER) {
|
|
7810
7814
|
this.bspaymentdcn = this.DCN_NUMBER;
|
|
7811
7815
|
}
|
|
@@ -7963,7 +7967,7 @@ class PaymentLibComponent {
|
|
|
7963
7967
|
return this.roundTinyValue(this.overPaymentAmount);
|
|
7964
7968
|
}
|
|
7965
7969
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.1", ngImport: i0, type: PaymentLibComponent, deps: [{ token: PaymentLibService }, { token: i0.ChangeDetectorRef }, { token: OrderslistService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7966
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.1", type: PaymentLibComponent, isStandalone: false, selector: "ccpay-payment-lib", inputs: { API_ROOT: "API_ROOT", BULKSCAN_API_ROOT: "BULKSCAN_API_ROOT", REFUNDS_API_ROOT: "REFUNDS_API_ROOT", NOTIFICATION_API_ROOT: "NOTIFICATION_API_ROOT", CARDPAYMENTRETURNURL: "CARDPAYMENTRETURNURL", CCD_CASE_NUMBER: "CCD_CASE_NUMBER", EXC_REFERENCE: "EXC_REFERENCE", PAYMENT_METHOD: "PAYMENT_METHOD", VIEW: "VIEW", VIEWSERVICE: "VIEWSERVICE", PAYMENT_GROUP_REF: "PAYMENT_GROUP_REF", TAKEPAYMENT: "TAKEPAYMENT", SERVICEREQUEST: "SERVICEREQUEST", DCN_NUMBER: "DCN_NUMBER", SELECTED_OPTION: "SELECTED_OPTION", ISBSENABLE: "ISBSENABLE", ISSFENABLE: "ISSFENABLE", ISTURNOFF: "ISTURNOFF", CASETYPE: "CASETYPE", ISPAYMENTSTATUSENABLED: "ISPAYMENTSTATUSENABLED", rootUrl: "rootUrl", REFUNDLIST: "REFUNDLIST", USERID: "USERID", LOGGEDINUSERROLES: "LOGGEDINUSERROLES", LOGGEDINUSEREMAIL: "LOGGEDINUSEREMAIL", isFromServiceRequestPage: "isFromServiceRequestPage", telephonySelectionEnable: "telephonySelectionEnable" }, providers: [{ provide: 'PAYMENT_LIB', useExisting: forwardRef(() => PaymentLibComponent) }], ngImport: i0, template: `
|
|
7970
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.1", type: PaymentLibComponent, isStandalone: false, selector: "ccpay-payment-lib", inputs: { API_ROOT: "API_ROOT", BULKSCAN_API_ROOT: "BULKSCAN_API_ROOT", REFUNDS_API_ROOT: "REFUNDS_API_ROOT", NOTIFICATION_API_ROOT: "NOTIFICATION_API_ROOT", CARDPAYMENTRETURNURL: "CARDPAYMENTRETURNURL", CCD_CASE_NUMBER: "CCD_CASE_NUMBER", EXC_REFERENCE: "EXC_REFERENCE", PAYMENT_METHOD: "PAYMENT_METHOD", VIEW: "VIEW", VIEWSERVICE: "VIEWSERVICE", PAYMENT_GROUP_REF: "PAYMENT_GROUP_REF", PAYMENT_REFERENCE: "PAYMENT_REFERENCE", TAKEPAYMENT: "TAKEPAYMENT", SERVICEREQUEST: "SERVICEREQUEST", DCN_NUMBER: "DCN_NUMBER", SELECTED_OPTION: "SELECTED_OPTION", ISBSENABLE: "ISBSENABLE", ISSFENABLE: "ISSFENABLE", ISTURNOFF: "ISTURNOFF", CASETYPE: "CASETYPE", ISPAYMENTSTATUSENABLED: "ISPAYMENTSTATUSENABLED", rootUrl: "rootUrl", REFUNDLIST: "REFUNDLIST", USERID: "USERID", LOGGEDINUSERROLES: "LOGGEDINUSERROLES", LOGGEDINUSEREMAIL: "LOGGEDINUSEREMAIL", isFromServiceRequestPage: "isFromServiceRequestPage", telephonySelectionEnable: "telephonySelectionEnable" }, providers: [{ provide: 'PAYMENT_LIB', useExisting: forwardRef(() => PaymentLibComponent) }], ngImport: i0, template: `
|
|
7967
7971
|
<ccpay-refund-list [USERID]="USERID" [LOGGEDINUSERROLES]="LOGGEDINUSERROLES" [LOGGEDINUSEREMAIL]="LOGGEDINUSEREMAIL" *ngIf="viewName === 'refund-list'"></ccpay-refund-list>
|
|
7968
7972
|
<ccpay-payment-list *ngIf="viewName === 'payment-list'"></ccpay-payment-list>
|
|
7969
7973
|
<ccpay-refund-status
|
|
@@ -8082,6 +8086,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
|
|
|
8082
8086
|
}], PAYMENT_GROUP_REF: [{
|
|
8083
8087
|
type: Input,
|
|
8084
8088
|
args: ['PAYMENT_GROUP_REF']
|
|
8089
|
+
}], PAYMENT_REFERENCE: [{
|
|
8090
|
+
type: Input,
|
|
8091
|
+
args: ['PAYMENT_REFERENCE']
|
|
8085
8092
|
}], TAKEPAYMENT: [{
|
|
8086
8093
|
type: Input,
|
|
8087
8094
|
args: ['TAKEPAYMENT']
|