@hmcts/ccpay-web-component 5.0.7-beta41 → 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 +2 -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/esm2015/lib/components/process-refund/process-refund.component.js +2 -1
- package/esm5/lib/components/add-remission/add-remission.component.js +2 -1
- package/esm5/lib/components/process-refund/process-refund.component.js +2 -1
- package/fesm2015/hmcts-ccpay-web-component.js +2 -0
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2 -0
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -2928,6 +2928,7 @@
|
|
|
2928
2928
|
*/
|
|
2929
2929
|
function (paymentReference) {
|
|
2930
2930
|
var _this = this;
|
|
2931
|
+
console.log('hitting end point');
|
|
2931
2932
|
if (paymentReference != undefined && paymentReference != null) {
|
|
2932
2933
|
this.paymentViewService.getPaymentDetails(paymentReference).subscribe(( /**
|
|
2933
2934
|
* @param {?} payment
|
|
@@ -8975,6 +8976,7 @@
|
|
|
8975
8976
|
*/
|
|
8976
8977
|
function (paymentReference, payment) {
|
|
8977
8978
|
var _this = this;
|
|
8979
|
+
console.log('Hitting payment app');
|
|
8978
8980
|
if (payment == undefined || payment == null || (paymentReference != undefined && paymentReference != null && payment.reference != paymentReference)) {
|
|
8979
8981
|
this.paymentViewService.getPaymentDetails(paymentReference).subscribe(( /**
|
|
8980
8982
|
* @param {?} payment
|