Skip to content

Commit

Permalink
Update custom fees extension point
Browse files Browse the repository at this point in the history
  • Loading branch information
asalloum5 committed Sep 2, 2024
1 parent fd456a9 commit c807f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/data/navigation/sections/admin-ui-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = [
path: "/admin-ui-sdk/extension-points/order/index.md",
pages: [
{
title: "get custom fees",
title: "custom fees",
path: "/admin-ui-sdk/extension-points/order/custom-fees.md"
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/pages/admin-ui-sdk/extension-points/order/custom-fees.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Order get custom fees
title: Order custom fees
description: Retrieve custom fees applied to orders in the Adobe Commerce Admin.
keywords:
- App Builder
- Extensibility
---

# Order get custom fees
# Order custom fees

The `order get custom fees` extension point displays one or more customized fees or discounts on the following locations:
The `order custom fees` extension point displays one or more customized fees or discounts on the following locations:

* The Orders Total section of the Create Order page and related pages in the Admin.
* Invoice pages in the Admin.
Expand Down

0 comments on commit c807f0f

Please sign in to comment.