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

Commit 3a40140

Browse files
authored
Merge branch 'master' into em_prex-showcustattributes
2 parents e11c537 + 736e7b2 commit 3a40140

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/payment-services/install-payments.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ There are two ways to install this extension---for [{{site.data.var.ece}}](#mage
1111

1212
## Update minimum-stability setting
1313

14-
Before installing the extension, you must change the `minimum-stability` requirement to `RC` (release candidate) in your `composer.json` file. You can use an IDE or your favorite text editor (like Visual Studio Code or Sublime Text).
14+
Before installing the extension, you can change the `minimum-stability` requirement to `RC` (release candidate) in your `composer.json` file if you want to try the release candidate version. You can use an IDE or your favorite text editor (like Visual Studio Code or Sublime Text).
1515

1616
In your `composer.json` file, change `"minimum-stability": "stable"` to `"minimum-stability": "RC"`.
1717

18+
{:.bs-callout-warning}
19+
Changing the `minimum-stability` requirement to `RC` is only mandatory if it is a release candidate. The default value should be `"minimum-stability": "stable"`.
20+
1821
## Install the extension
1922

2023
You can install the Payment Services extension for both {{site.data.var.ece}} and on-premises instances.

0 commit comments

Comments
 (0)