@osovitny/anatoly 3.19.26 → 3.19.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.
@@ -4344,6 +4344,9 @@ class PaymentsService {
4344
4344
  }
4345
4345
  resetState() {
4346
4346
  this.subtotal = 0;
4347
+ this.discountCode = null;
4348
+ this.discountPercentage = null;
4349
+ this.discountAmount = null;
4347
4350
  this.total = 0;
4348
4351
  }
4349
4352
  getTotal() {