taxtank-core 0.28.26 → 0.28.27

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.
@@ -5754,7 +5754,7 @@
5754
5754
  * Get last digits of account number
5755
5755
  */
5756
5756
  get: function () {
5757
- return "xxxx" + this.accountNumber.slice(-4, 0);
5757
+ return "xxxx" + this.accountNumber.slice(-4);
5758
5758
  },
5759
5759
  enumerable: false,
5760
5760
  configurable: true