taxtank-core 0.31.22 → 0.31.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.
@@ -3540,7 +3540,7 @@ var TransactionSourceEnum;
3540
3540
  class AllocationRuleTransaction extends AllocationRuleTransaction$1 {
3541
3541
  constructor() {
3542
3542
  super(...arguments);
3543
- this.claimPercent = 1000;
3543
+ this.claimPercent = 100;
3544
3544
  this.tax = 0;
3545
3545
  }
3546
3546
  calculateClaimPercent() {