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

Commit 4598af8

Browse files
authored
Merge pull request #2774 from magento-commerce/2-4_integration
2 4 integration
2 parents e69c21b + 24176de commit 4598af8

File tree

6 files changed

+6
-30
lines changed

6 files changed

+6
-30
lines changed
Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
1-
- ext-bcmath
2-
- ext-ctype
3-
- ext-curl
4-
- ext-dom
5-
- ext-fileinfo
6-
- ext-gd
7-
- ext-hash
8-
- ext-iconv
9-
- ext-intl
10-
- ext-json
11-
- ext-libxml
12-
- ext-mbstring
13-
- ext-openssl
14-
- ext-pcre
15-
- ext-pdo_mysql
16-
- ext-simplexml
17-
- ext-soap
18-
- ext-sockets
19-
- ext-sodium
201
- ext-spl
21-
- ext-xmlwriter
22-
- ext-xsl
23-
- ext-zip
24-
- lib-libxml
25-
- lib-openssl
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{ site.data.var.ce }}:
1+
{{ site.data.var.ce }} and {{ site.data.var.ee }}:
22
{% include install/php-ext-opensource.md %}
33

4-
{{ site.data.var.ee }}:
4+
Additionally {{ site.data.var.ee }} requires:
55
{% include install/php-ext-commerce.md %}

src/guides/v2.3/config-guide/prod/config-reference-configphp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Contains an array of scope configuration values. It has the following subnodes:
5555
]
5656
],
5757
'groups' => [
58-
[
58+
0 => [
5959
'group_id' => '0',
6060
'website_id' => '0',
6161
'code' => 'default',

src/guides/v2.3/config-guide/prod/config-reference-most.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ These configuration values are available in the Admin in **Stores** > Settings >
115115
Name | Config path | EE only? |
116116
|--------------|--------------|--------------|
117117
Enable Contact Us | `contact/contact/enabled` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118-
Send Emails To | `contact/contact/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118+
Send Emails To | `contact/email/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
119119
Email Sender | `contact/email/sender_email_identity` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
120120
Email Template | `contact/email/email_template` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
121121

src/guides/v2.4/config-guide/prod/config-reference-most.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ These configuration values are available in the Admin in **Stores** > Settings >
115115
Name | Config path | EE only? |
116116
|--------------|--------------|--------------|
117117
Enable Contact Us | `contact/contact/enabled` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118-
Send Emails To | `contact/contact/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118+
Send Emails To | `contact/email/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
119119
Email Sender | `contact/email/sender_email_identity` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
120120
Email Template | `contact/email/email_template` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
121121

src/guides/v2.4/security/two-factor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The 2FA provider for Magento Headless can be selected with the `config:set` comm
5858

5959
Two-Factor Authentication is implemented for Magento Web APIs with the following changes:
6060

61-
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception when the _Admin_ user doesn’t have personal 2FA configured, and also indicates that the confirmationh email has been sent.
61+
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception when the _Admin_ user doesn’t have personal 2FA configured, and also indicates that the confirmation email has been sent.
6262
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception that indicates which provider is configured for the user and suggests a provider-specific login endpoint.
6363
- 2FA provider-specific endpoints allow each _Admin_ user to configure a personal 2FA and provides tokens for username, password, and OTP (2FA code).
6464

0 commit comments

Comments
 (0)