@hmcts/ccpay-web-component 4.0.1-beta17 → 4.0.1-beta18
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 -1
- 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/interfaces/IserviceRequestCardPayment.js +2 -2
- package/esm5/lib/interfaces/IserviceRequestCardPayment.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js +1 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -8546,7 +8546,7 @@ var IserviceRequestCardPayment = /** @class */ (function () {
|
|
|
8546
8546
|
function IserviceRequestCardPayment(amount) {
|
|
8547
8547
|
this.amount = amount;
|
|
8548
8548
|
this.currency = 'GBP';
|
|
8549
|
-
this.language = '
|
|
8549
|
+
this.language = 'string';
|
|
8550
8550
|
}
|
|
8551
8551
|
return IserviceRequestCardPayment;
|
|
8552
8552
|
}());
|