diff --git a/codbex-methods/navigations/payment-method/service.js b/codbex-methods/navigations/payment-method/service.js index d654673..a151d8b 100644 --- a/codbex-methods/navigations/payment-method/service.js +++ b/codbex-methods/navigations/payment-method/service.js @@ -2,7 +2,7 @@ const navigationData = { id: 'payment-method-navigation', label: "Payment Methods", group: "reference data", - order: 2400, + order: 2500, link: "/services/web/codbex-methods/gen/codbex-methods/ui/PaymentMethod/index.html?embedded" }; diff --git a/codbex-methods/navigations/sent-method/service.js b/codbex-methods/navigations/sent-method/service.js index c49463c..8d38ce8 100644 --- a/codbex-methods/navigations/sent-method/service.js +++ b/codbex-methods/navigations/sent-method/service.js @@ -2,7 +2,7 @@ const navigationData = { id: 'methods-navigation', label: "Sent Methods", group: "reference data", - order: 2600, + order: 2700, link: "/services/web/codbex-methods/gen/codbex-methods/ui/SentMethod/index.html?embedded" };