@hmcts/ccpay-web-component 5.0.7-beta41 → 5.0.7-beta42
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/process-refund/process-refund.component.js +2 -1
- package/esm5/lib/components/process-refund/process-refund.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
|
@@ -2932,6 +2932,7 @@ var ProcessRefundComponent = /** @class */ (function () {
|
|
|
2932
2932
|
*/
|
|
2933
2933
|
function (paymentReference) {
|
|
2934
2934
|
var _this = this;
|
|
2935
|
+
console.log('hitting end point');
|
|
2935
2936
|
if (paymentReference != undefined && paymentReference != null) {
|
|
2936
2937
|
this.paymentViewService.getPaymentDetails(paymentReference).subscribe((/**
|
|
2937
2938
|
* @param {?} payment
|