Skip to content

Commit

Permalink
Merge pull request magento#174 from magento-devdocs/PAY-2116-stability
Browse files Browse the repository at this point in the history
PAY-2116: Change minimum-stability setting
  • Loading branch information
shrielenee authored Sep 1, 2021
2 parents 4a40350 + 12b062f commit f0416d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/payment-services/install-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ See [Get your authentication keys]({{ site.baseurl }}{{ site.gdeurl }}/install-g

There are two ways to install this extension---for [{{site.data.var.ece}}](#magento-commerce-cloud) or [On-premises](#on-premises) installations. These methods require you to use the Command Line Interface (CLI).

## Update minimum-stability setting

{:.bs-callout-tip}
This step is only required during our Early Access Program (EAP) and will not be needed for General Availability (GA).

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).

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

## Install the extension

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

### {{site.data.var.ece}}

This method is used for installing the Payment Services extension for a Commerce Cloud instance.
Expand Down

0 comments on commit f0416d7

Please sign in to comment.