digipay-utility-payment 0.0.18 → 0.0.19

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.
Binary file
@@ -611,6 +611,8 @@ class TopupAndBillpaymentService {
611
611
  this.deleteWorkflowScreens();
612
612
  this.deleteWorkflowData();
613
613
  this.setCurrentScreenStep(0);
614
+ this.saveTxnData(null);
615
+ this.saveBillData(null);
614
616
  }
615
617
  // API wrappers
616
618
  getVendorDetailsById(id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digipay-utility-payment",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",