You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/payment-services/configure-payments.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Payment Services combines order data exported from Magento Open Source and Adobe
11
11
12
12
See [our user guide]({{ site.user_guide_url }}/payment-services/order-payment-status.html#data-used-in-the-report) to learn about the data used in Payment Services reporting.
13
13
14
+
### Configure cron on Magento Open Source
15
+
16
+
If you want to use a `BY SCHEDULE` index mode on Magento Open Source, you must configure cron. See [Configure and run cron]({{ site.baseurl }}{{ site.gdeurl }}/config-guide/cli/config-cli-subcommands-cron.html).
17
+
14
18
### Set indexers
15
19
16
20
Order data is exported and persisted in the Payment Service, using one of two index modes---`ON SAVE` (default) or `BY SCHEDULE` (recommended).
Copy file name to clipboardExpand all lines: src/payment-services/install-payments.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ There are two ways to install this extension---for [{{site.data.var.ece}}](#mage
11
11
12
12
## Update minimum-stability setting
13
13
14
-
{:.bs-callout-tip}
15
-
This step is only required during our Early Access Program (EAP) and will not be needed for General Availability (GA).
16
-
17
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).
18
15
19
16
In your `composer.json` file, change `"minimum-stability": "stable"` to `"minimum-stability": "RC"`.
@@ -38,7 +35,7 @@ This method is used for installing the Payment Services extension for a Commerce
38
35
composer update
39
36
```
40
37
41
-
The `composer update` command will update all dependencies. If you do not want to update all dependencies at the same time, use this command instead: `composer require magento/commerce-payments`.
38
+
The `composer update` command will update all dependencies. If you do not want to update all dependencies at the same time, use this command instead: `composer require magento/payment-services`.
42
39
43
40
1. Commit and push your changes.
44
41
@@ -58,7 +55,7 @@ This method is used for installing the Payment Services extension for an On-prem
58
55
composer update
59
56
```
60
57
61
-
The `composer update` command will update all dependencies. If you do not want to update all dependencies at the same time, use this command instead: `composer require magento/commerce-payments`.
58
+
The `composer update` command will update all dependencies. If you do not want to update all dependencies at the same time, use this command instead: `composer require magento/payment-services`.
62
59
63
60
1. Upgrade {{site.data.var.ee}}:
64
61
@@ -69,7 +66,7 @@ This method is used for installing the Payment Services extension for an On-prem
0 commit comments