Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC-31033 Adjusted FA related IGs before the release of stable versions #2169

Merged
merged 6 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions _data/sidebars/scos_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2285,10 +2285,6 @@ entries:
url: /docs/scos/dev/feature-integration-guides/uuid-generation-console-feature-integration.html
include_versions:
- "202204.0"
- title: Picker user login
url: /docs/pbc/all/warehouse-picking/unified-commerce/install-and-upgrade/install-the-picker-user-login-feature.html
include_versions:
- "202400.0"
- title: Volume Prices
url: /docs/scos/dev/feature-integration-guides/volume-prices-feature-integration.html
include_versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To start feature integration, integrate the required feature:
## 1) Install the required modules using Composer

```bash
composer require spryker/cart-notes-backend-api:^0.1.0 --update-with-dependencies
composer require spryker-feature/cart-notes:"{{page.version}}" --update-with-dependencies
```

Ensure that the following modules have been installed:
Expand All @@ -39,8 +39,8 @@ console transfer:generate

Make sure that the following changes have been triggered in transfer objects:

| TRANSFER | TYPE | EVENT | PATH |
|------------------------------|----------|---------|------------------------------------------------------------------|
| TRANSFER | TYPE | EVENT | PATH |
|-------------------------------------|----------|---------|------------------------------------------------------------------|
| OrdersBackendApiAttributes.cartNote | property | created | src/Generated/Shared/Transfer/OrdersBackendApiAttributesTransfer |

{% endinfo_block %}
Expand All @@ -49,9 +49,9 @@ Make sure that the following changes have been triggered in transfer objects:

1. Enable the following behaviors by registering the plugins:

| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE |
|------------------------------------------|------------------------------------------------------------------------|---------------|---------------------------------------------------------------|
| CartNoteOrdersBackendApiAttributesMapperPlugin | Expands `OrdersBackendApiAttributes.cartNote` with `Order.cartNote` property. | | Spryker\Glue\CartNotesBackendApi\Plugin\SalesOrdersBackendApi |
| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE |
|------------------------------------------------|------------------------------------------------------------------------|---------------|---------------------------------------------------------------|
| CartNoteOrdersBackendApiAttributesMapperPlugin | Expands `ApiOrdersAttributes.cartNote` with `Order.cartNote` property. | | Spryker\Glue\CartNotesBackendApi\Plugin\SalesOrdersBackendApi |

**src/Pyz/Glue/SalesOrdersBackendApi/SalesOrdersBackendApiDependencyProvider.php**

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Loading