Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d3ebe94

Browse files
committed
Merge branch 'master' into 2.4.2-develop
2 parents 82ba059 + 027fc29 commit d3ebe94

File tree

7 files changed

+47
-6
lines changed

7 files changed

+47
-6
lines changed

src/_data/mde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ extensions:
310310
name: Product Recommendations
311311
versions:
312312
-
313-
name: 3.2.1
313+
name: 3.2.2
314314
support:
315315
2.3.0: supported
316316
2.3.1: supported

src/guides/v2.3/get-started/web-api-functional-testing.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,21 @@ interface AdapterInterface
9999

100100
### Running the Tests {#running}
101101

102-
1. Copy `/dev/tests/api-functional/phpunit_rest.xml.dist` and `phpunit_soap.xml.dist` to `/dev/tests/api-functional/phpunit_rest.xml` and `phpunit_soap.xml`.
102+
1. Copy `dev/tests/api-functional/phpunit_rest.xml.dist` and `phpunit_soap.xml.dist` to `dev/tests/api-functional/phpunit_rest.xml` and `phpunit_soap.xml`.
103103

104104
1. Define the Magento instance URL as a value of `TESTS_BASE_URL`, Test Webservice User as value of `TESTS_WEBSERVICE_USER` and Test Webservice API key as value of `TESTS_WEBSERVICE_APIKEY` in copied file i.e. `phpunit_rest.xml` or `phpunit_soap.xml`.
105105

106-
1. Copy `/dev/tests/api-functional/config/install-config-mysql.php.dist` to `/dev/tests/api-functional/config/install-config-mysql.php`.
106+
1. Copy `dev/tests/api-functional/config/install-config-mysql.php.dist` to `dev/tests/api-functional/config/install-config-mysql.php`.
107107

108-
1. Configure your DB connection and install settings in `/dev/tests/api-functional/config/install-config-mysql.php`. Specify the Magento database. The base URL to access this Magento instance must be the same specified in the `phpunit_rest.xml` or `phpunit_soap.xml` file.
108+
1. Configure your DB connection and install settings in `dev/tests/api-functional/config/install-config-mysql.php`. Specify the Magento database. The base URL to access this Magento instance must be the same specified in the `phpunit_rest.xml` or `phpunit_soap.xml` file.
109109

110-
1. Run `phpunit` using the `/dev/tests/api-functional/phpunit_rest.xml` or `/dev/tests/api-functional/phpunit_soap.xml` configuration file:
110+
1. Run `phpunit` using the `dev/tests/api-functional/phpunit_rest.xml` or `dev/tests/api-functional/phpunit_soap.xml` configuration file::
111+
112+
```bash
113+
vendor/bin/phpunit --config ./dev/tests/api-functional/phpunit_rest.xml
114+
```
115+
116+
or
111117

112118
```bash
113119
vendor/bin/phpunit --config ./dev/tests/api-functional/phpunit_soap.xml

src/guides/v2.4/graphql/mutations/add-products-to-wishlist.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,10 @@ Attribute | Data Type | Description
224224
### WishListUserInputError attributes {#WishListUserInputError}
225225

226226
{% include graphql/wishlist-user-input-errors.md %}
227+
228+
## Errors
229+
230+
Error | Description
231+
--- | ---
232+
`The current user cannot perform operations on wishlist` | An unauthorized user (guest) tried to add an item to a wishlist, or an authorized user (customer) tried to add an item to a wishlist belonging to another customer.
233+
`The wishlist was not found.` | The value provided in the `wishlistId` field is invalid or does not exist for the customer.

src/guides/v2.4/graphql/mutations/remove-products-from-wishlist.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,10 @@ Attribute | Data Type | Description
148148
### WishListUserInputError attributes {#WishListUserInputError}
149149

150150
{% include graphql/wishlist-user-input-errors.md %}
151+
152+
## Errors
153+
154+
Error | Description
155+
--- | ---
156+
`The current user cannot perform operations on wishlist` | An unauthorized user (guest) tried to add an item to a wishlist, or an authorized user (customer) tried to add an item to a wishlist of another customer.
157+
`The wishlist was not found.` | The value provided in the `wishlistId` field is invalid or does not exist for the customer.

src/guides/v2.4/graphql/mutations/update-products-in-wishlist.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,10 @@ Attribute | Data Type | Description
207207
### WishListUserInputError attributes {#WishListUserInputError}
208208

209209
{% include graphql/wishlist-user-input-errors.md %}
210+
211+
## Errors
212+
213+
Error | Description
214+
--- | ---
215+
`The current user cannot perform operations on wishlist` | An unauthorized user (guest) tried to add an item to a wishlist, or an authorized user (customer) tried to add an item to a wishlist of another customer.
216+
`The wishlist was not found.` | The value provifed in the `wishlistId` field is invalid or does not exist for the customer.

src/quality-patches/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ The [Magento Quality Patches](https://github.com/magento/quality-patches) packag
1919
See [Apply patches]({{ site.baseurl }}/guides/v2.4/comp-mgr/patching/mqp.html) for instructions on applying patches to your Magento projects.
2020
See [Patches available in MQP tool](https://support.magento.com/hc/en-us/sections/360010506631-Patches-available-in-MQP-tool-) for additional patch details.
2121

22+
## v1.0.13
23+
24+
- **MDVA-30858** _(for Magento `>=2.3.0 <2.4.2`)_—Fixes the issue with PayPal Settlement reports not being available under Reports > Sales > PayPal Settlement as expected.
25+
- **MCP-87** _(for Magento `>=2.3.1 <2.4.2`)_—Improved indexation time for category product and stock indexers for large profiles.
26+
- **MDVA-33106** _(for Magento `>=2.3.0 <2.4.2`)_—Fixes the issue where the rescheduled product changes are erased after the cron 'run' command is executed.
27+
- **MDVA-19391** _(for Magento `>=2.3.0 <2.3.5`)_—Fixes the issue where analytics_collect_data is throwing an error due to NULL description records in the catalog_category_entity_text table.
28+
- **MDVA-20376** _(for Magento `>=2.3.2 <2.3.4`)_—Fixes the issue with the 'No such entity with customerId = 1' error in the exception.log for logged in customers after order placement.
29+
- **MDVA-23764** _(for Magento `>=2.3.2 <2.3.5`)_—Fixes the bug in JsFooterPlugin.php that affects the display of dynamic blocks.
30+
- **MDVA-13203** _(for Magento `>=2.3.0 <2.4.2`)_—Fixes the issue where the 'Integrity constrain violation search_tmp_* table' error appears after a full reindex.
31+
- **MDVA-23426** _(for Magento `>=2.3.3 <2.3.5`)_—Fixes the issue where notification emails sent by Magento contain a blank body with content being added as attachment.
32+
- **MDVA-22150** _(for Magento `>=2.3.1 <2.3.4`)_—Fixes the issue where customers with a configurable product in cart and a coupon applied, cannot login if that configurable product is disabled in Admin.
33+
- **MDVA-32545** _(for Magento `>=2.3.0 <2.4.2`)_—Fixes the issue where invoices are not sent out automatically when creating orders from Admin.
34+
- **MDVA-32714** _(for Magento `>=2.3.4 <2.4.1`)_—Fixes the issue where customer group price is not working in GraphQL product query.
35+
2236
## v1.0.12
2337

2438
- **MDVA-31399** _(for Magento `>=2.3.2 <2.4.2`)_—Adds the "Subtotal (Incl. Tax)" option to price rule conditions.

src/recommendations/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The release notes include:
1515
- {:.new}New features
1616
- {:.fix}Fixes and improvements
1717

18-
## 3.2.0 of magento/product-recommendations for Magento Commerce 2.4.0
18+
## 3.2.2 of magento/product-recommendations for Magento Commerce 2.4.0
1919

2020
- {:.new}Added the ability to [monitor and manage](https://docs.magento.com/user-guide/system/catalog-sync.html) the catalog sync process from the Admin Panel.
2121
- {:.new}Added [inclusion and exclusion filters](https://docs.magento.com/user-guide/marketing/recommendation-incl-excl.html) to control what products can and cannot be displayed in recommendations.

0 commit comments

Comments
 (0)