@appcorp/stellar-solutions-invoice-module 0.1.65 → 0.1.66

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.
@@ -280,6 +280,7 @@ var usePaymentState = function () {
280
280
  payload: { drawer: types_1.PAYMENT_DRAWER.PAYMENT_FORM_DRAWER },
281
281
  });
282
282
  }
283
+ (0, util_functions_1.removeStorageValue)("paymentInvoiceId");
283
284
  }
284
285
  }, [invoices]);
285
286
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-invoice-module",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "scripts": {
5
5
  "automate": "./automate.sh",
6
6
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",