@appcorp/stellar-solutions-invoice-module 0.1.63 → 0.1.64

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.
@@ -585,7 +585,7 @@ var useInvoiceState = function () {
585
585
  }, []);
586
586
  var handleRecordPayment = (0, react_1.useCallback)(function (id) {
587
587
  (0, util_functions_1.setStorageValue)("paymentInvoiceId", id);
588
- router.push("/invoice");
588
+ router.push("/erp/payment");
589
589
  }, [router]);
590
590
  var handleDelete = (0, react_1.useCallback)(function (id) {
591
591
  deleteFetchNow === null || deleteFetchNow === void 0 ? void 0 : deleteFetchNow(undefined, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-invoice-module",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
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",