chore(feature-flags): Remove OrderEditing feature flag (#3006)

This commit is contained in:
Oliver Windall Juhl
2023-01-13 12:10:09 +01:00
committed by GitHub
parent d2c692aa96
commit 9e3beaf531
51 changed files with 300 additions and 984 deletions

View File

@@ -5,17 +5,6 @@ import TabItem from '@theme/TabItem';
In this document, youll learn how to create an order edit using the Admin API endpoints.
:::note
The Order Editing feature is currently in beta mode and guarded by a feature flag. To use Order Editing either:
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
2. Or enable the `order_editing` key in the Medusa server's settings.
You can learn more about enabling it in the [feature flags](../backend/feature-flags/toggle.md) documentation.
:::
## Overview
The Admin API can be used to edit a customers order using the Order Editing feature.

View File

@@ -1492,17 +1492,6 @@ Object of the following format:
This section holds all events related to order edits.
:::note
As of Medusa v1.3.9, Order Edits are available but guarded by a feature flag. To use Order Edits either:
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
2. Or enable the `order_editing` key in the Medusa server's settings.
You can learn more about enabling it in the [feature flags](../feature-flags/toggle.md) documentation.
:::
<table class="reference-table">
<thead>
<tr>
@@ -1671,17 +1660,6 @@ Object of the following format:
This section holds all events related to order edit item changes.
:::note
As of Medusa v1.3.9, Order Edits are available but guarded by a feature flag. To use Order Edits either:
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
2. Or enable the `order_editing` key in the Medusa server's settings.
You can learn more about enabling it in the [feature flags](../feature-flags/toggle.md) documentation.
:::
<table class="reference-table">
<thead>
<tr>

View File

@@ -5,17 +5,6 @@ import TabItem from '@theme/TabItem';
In this document, youll learn how to allow a customer to confirm or decline an Order Edit.
:::note
The Order Editing feature is currently in beta mode and guarded by a feature flag. To use Order Editing either:
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
2. Or enable the `order_editing` key in the Medusa server's settings.
You can learn more about enabling it in the [feature flags](../backend/feature-flags/toggle.md) documentation.
:::
---
## Overview