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

Commit 4a40350

Browse files
authored
Merge pull request #155 from magento-devdocs/PAY-2025-synccommand
PAY-2025: Remove saas resync command
2 parents 32be426 + 4641503 commit 4a40350

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/payment-services/configure-payments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ When `BY SCHEDULE` mode is set, the system keeps track of changed entities and t
4545
After the data is indexed, it will be sent automatically to Payment Services. You can also manually trigger the process of sending indexed data with this command:
4646

4747
``` bash
48-
bin/magento saas:resync
48+
bin/magento saas:resync --feed [feedName]
4949
```
5050

5151
Use the following command options:
5252

5353
| Command | Description |
5454
| --- | --- |
55-
| `bin/magento saas:resync` | Performs a re-indexation of all SaaS export entities (including catalog, categories, and orders) and sends the data to the corresponding services |
5655
| `bin/magento saas:resync --feed [feedName]` | Performs a re-indexation of the specified feed and sends it to the corresponding service |
5756
| `bin/magento saas:resync --no-reindex` | Skips indexation and sends un-synced data from the indexes |
5857

0 commit comments

Comments
 (0)