From 86bc946b3e1292ac4823059aba80615e8bd532cf Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 6 Sep 2023 14:22:40 +0200 Subject: [PATCH] Update README.md (#962) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2de8033b7..f31634937 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ In the `apps` folder, you will find the following applications: - [slack](./apps/slack) - get notifications on Slack channel from Saleor events. - [taxes](https://docs.saleor.io/docs/3.x/developer/app-store/apps/taxes) - calculate order and checkout taxes using external services. +## Another official apps + +Some of Saleor apps are available in separate repositories: +- [Stripe](https://github.com/saleor/saleor-app-payment-stripe) + ## Development You can find the documentation for saleor/apps on [docs.saleor.io](https://docs.saleor.io/docs/3.x/developer/app-store/development).