Skip to content

Commit

Permalink
Merge pull request #2651 from magento-commerce/devdocs/pull/2651
Browse files Browse the repository at this point in the history
Adobe Commerce 2.4.4-beta2 release notes
  • Loading branch information
jfrontain committed Nov 22, 2021
2 parents a448363 + 18e74ef commit 6d9f57d
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 33 deletions.
12 changes: 8 additions & 4 deletions src/guides/v2.4/release-notes/b2b-release-notes.md
Expand Up @@ -11,21 +11,25 @@ These release notes can include:

## Magento B2B - Adobe Commerce 2.4.4

- {:.fix} <!--- MC-42153--> The POST `/rest/V1/order/<order_id>/invoice` request now supports the creation of partial invoices when the **Payment on Account** payment method is enabled. Previously, Magento threw this error: `An invoice for partial quantities cannot be issued for this order. To continue, change the specified quantity to the full quantity`. [GitHub-32428](https://github.com/magento/magento2/issues/32428)
- {:.fix} <!--- MC-41985--> The time required to upgrade from {{ site.data.var.ee }} 2.3.x to {{ site.data.var.ee }} 2.4.x in deployments with more than 100,000 company roles has been substantially reduced.

- {:.fix} <!--- MC-41975--> PayPal PayFlow Pro now works as expected with B2B negotiable quote when the customer’s cart contains other products. Magento now successfully processes the order and sends email to the customer as expected. Previously, Magento threw a fatal error and sent a confirmation email to the customer that contained zero values.
- {:.fix} <!--- MC-42153--> The POST `V1/order/:orderId/invoice` request now supports the creation of partial invoices when the **Payment on Account** payment method is enabled. Previously, {{ site.data.var.ee }} threw this error: `An invoice for partial quantities cannot be issued for this order. To continue, change the specified quantity to the full quantity`. [GitHub-32428](https://github.com/magento/magento2/issues/32428)

- {:.fix} <!--- MC-41975--> PayPal PayFlow Pro now works as expected with B2B negotiable quote when the customer’s cart contains other products. {{ site.data.var.ee }} now successfully processes the order and sends email to the customer as expected. Previously, {{ site.data.var.ee }} threw a fatal error and sent a confirmation email to the customer that contained zero values.

- {:.fix} <!--- MC-41819--> Pagination is now correctly displayed on catalog search result page after excluding some products in shared catalog.

- {:.fix} <!--- MC-42886--> Customer custom attributes are now saved as expected when creating or saving a company user in the Admin.

- {:.fix} <!--- MC-42927--> The **Submit** button on the Create New Company form is now disabled after one click to prevent multiple form submissions. Previously, you could submit this form multiple times by clicking on this button repeatedly, which generated an error.

- {:.fix} <!--- MC-42787--> Magento no longer displays the reorder link on the storefront when a shopper logs into a store for which re-orders have been disabled. Magento now uses the Admin configuration settings (Admin **Reorder** > **Stores** > **Configuration** > **Sales** > **Allow Reorder** set to **no**).
- {:.fix} <!--- MC-42787--> {{ site.data.var.ee }} no longer displays the reorder link on the storefront when a shopper logs into a store for which re-orders have been disabled. {{ site.data.var.ee }} now uses the Admin configuration settings (Admin **Reorder** > **Stores** > **Configuration** > **Sales** > **Allow Reorder** set to **no**).

- {:.fix} <!--- MC-43115--> Quick Order search by SKU is now case-insensitive when shared catalog is enabled.

- {:.fix} <!--- MC-42203--> You can now update a file for a customer attribute when creating a company. Previously, when you tried to create a company with an attachment of type `File`, Magento did not create the company and logged this error in the exception log: `Something went wrong while saving file`.
- {:.fix} <!--- MC-42203--> You can now update a file for a customer attribute when creating a company. Previously, when you tried to create a company with an attachment of type `File`, {{ site.data.var.ee }} did not create the company and logged this error in the exception log: `Something went wrong while saving file`.

- {:.fix} <!--- MC-42242--> You can now create a company with a customer account that has a custom attribute with a (`File`) or (`Image`) type. Previously, if the account had one of these customizable options, the Company edit page loader did not resolve, which prevented the editing of company details.

## Magento B2B - Version 1.3.2

Expand Down

0 comments on commit 6d9f57d

Please sign in to comment.