@hmcts/ccpay-web-component 5.0.7-beta42 → 5.0.7-beta43
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 -0
- 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/add-remission/add-remission.component.js +2 -1
- package/esm5/lib/components/add-remission/add-remission.component.js +2 -1
- package/fesm2015/hmcts-ccpay-web-component.js +1 -0
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -0
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -9127,6 +9127,7 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
9127
9127
|
*/
|
|
9128
9128
|
function (paymentReference, payment) {
|
|
9129
9129
|
var _this = this;
|
|
9130
|
+
console.log('Hitting payment app');
|
|
9130
9131
|
if (payment == undefined || payment == null || (paymentReference != undefined && paymentReference != null && payment.reference != paymentReference)) {
|
|
9131
9132
|
this.paymentViewService.getPaymentDetails(paymentReference).subscribe((/**
|
|
9132
9133
|
* @param {?} payment
|