order-management 0.0.66 → 0.0.67
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.
|
@@ -2761,18 +2761,18 @@ const menuItemModule = {
|
|
|
2761
2761
|
path: "/payments/:id",
|
|
2762
2762
|
nested: void 0
|
|
2763
2763
|
},
|
|
2764
|
-
{
|
|
2765
|
-
label: config$2.label,
|
|
2766
|
-
icon: config$2.icon,
|
|
2767
|
-
path: "/refunds/:id",
|
|
2768
|
-
nested: void 0
|
|
2769
|
-
},
|
|
2770
2764
|
{
|
|
2771
2765
|
label: config$1.label,
|
|
2772
2766
|
icon: config$1.icon,
|
|
2773
2767
|
path: "/returns/:id",
|
|
2774
2768
|
nested: void 0
|
|
2775
2769
|
},
|
|
2770
|
+
{
|
|
2771
|
+
label: config$2.label,
|
|
2772
|
+
icon: config$2.icon,
|
|
2773
|
+
path: "/refunds/:id",
|
|
2774
|
+
nested: void 0
|
|
2775
|
+
},
|
|
2776
2776
|
{
|
|
2777
2777
|
label: config.label,
|
|
2778
2778
|
icon: config.icon,
|
|
@@ -2760,18 +2760,18 @@ const menuItemModule = {
|
|
|
2760
2760
|
path: "/payments/:id",
|
|
2761
2761
|
nested: void 0
|
|
2762
2762
|
},
|
|
2763
|
-
{
|
|
2764
|
-
label: config$2.label,
|
|
2765
|
-
icon: config$2.icon,
|
|
2766
|
-
path: "/refunds/:id",
|
|
2767
|
-
nested: void 0
|
|
2768
|
-
},
|
|
2769
2763
|
{
|
|
2770
2764
|
label: config$1.label,
|
|
2771
2765
|
icon: config$1.icon,
|
|
2772
2766
|
path: "/returns/:id",
|
|
2773
2767
|
nested: void 0
|
|
2774
2768
|
},
|
|
2769
|
+
{
|
|
2770
|
+
label: config$2.label,
|
|
2771
|
+
icon: config$2.icon,
|
|
2772
|
+
path: "/refunds/:id",
|
|
2773
|
+
nested: void 0
|
|
2774
|
+
},
|
|
2775
2775
|
{
|
|
2776
2776
|
label: config.label,
|
|
2777
2777
|
icon: config.icon,
|