vk-payments 0.2.21 → 0.2.23

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.
@@ -2762,7 +2762,7 @@ var GoCuotasComponent = /** @class */ (function () {
2762
2762
  creditCardHash: this.cardText,
2763
2763
  cardMonthExpiration: Number(this.monthText),
2764
2764
  cardYearExpiration: Number(this.yearText),
2765
- cardSecurityCode: Number(this.cvcText),
2765
+ cardSecurityCode: this.cvcText,
2766
2766
  idVen: this.idVen,
2767
2767
  storeId: this.storeId,
2768
2768
  data: this.data