@hmcts/ccpay-web-component 5.0.1-beta15 → 5.0.1-beta16
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.
- package/bundles/hmcts-ccpay-web-component.umd.js +1 -19
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/refund-status/refund-status.component.js +2 -20
- package/esm5/lib/components/refund-status/refund-status.component.js +2 -21
- package/fesm2015/hmcts-ccpay-web-component.js +1 -21
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -22
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -8065,8 +8065,6 @@ var IResubmitRefundRequest = /** @class */ (function () {
|
|
|
8065
8065
|
* @fileoverview added by tsickle
|
|
8066
8066
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8067
8067
|
*/
|
|
8068
|
-
/** @type {?} */
|
|
8069
|
-
var BS_ENABLE_FLAG$4 = 'bulk-scan-enabling-fe';
|
|
8070
8068
|
var RefundStatusComponent = /** @class */ (function () {
|
|
8071
8069
|
// allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];
|
|
8072
8070
|
function RefundStatusComponent(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService$$1) {
|
|
@@ -8236,29 +8234,10 @@ var RefundStatusComponent = /** @class */ (function () {
|
|
|
8236
8234
|
* @return {?}
|
|
8237
8235
|
*/
|
|
8238
8236
|
function () {
|
|
8239
|
-
var _this = this;
|
|
8240
8237
|
this.paymentLibComponent.isRefundStatusView = false;
|
|
8241
8238
|
//this.paymentLibComponent.TAKEPAYMENT = true;
|
|
8242
8239
|
this.paymentLibComponent.viewName = 'case-transactions';
|
|
8243
|
-
this.
|
|
8244
|
-
* @param {?} features
|
|
8245
|
-
* @return {?}
|
|
8246
|
-
*/
|
|
8247
|
-
function (features) {
|
|
8248
|
-
/** @type {?} */
|
|
8249
|
-
var result = JSON.parse(features).filter((/**
|
|
8250
|
-
* @param {?} feature
|
|
8251
|
-
* @return {?}
|
|
8252
|
-
*/
|
|
8253
|
-
function (feature) { return feature.uid === BS_ENABLE_FLAG$4; }));
|
|
8254
|
-
_this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;
|
|
8255
|
-
}), (/**
|
|
8256
|
-
* @param {?} err
|
|
8257
|
-
* @return {?}
|
|
8258
|
-
*/
|
|
8259
|
-
function (err) {
|
|
8260
|
-
_this.paymentLibComponent.ISBSENABLE = false;
|
|
8261
|
-
}));
|
|
8240
|
+
this.paymentLibComponent.ISBSENABLE = true;
|
|
8262
8241
|
/** @type {?} */
|
|
8263
8242
|
var partUrl = "selectedOption=" + this.paymentLibComponent.SELECTED_OPTION;
|
|
8264
8243
|
partUrl += this.bsPaymentDcnNumber ? "&dcn=" + this.bsPaymentDcnNumber : '';
|