Skip to content

Commit

Permalink
remove stripe and emails plugins app replacement message (#4777)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski authored and poulch committed Apr 10, 2024
1 parent db76d41 commit 553156e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-berries-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Removed messages about plugins that have app replacements for Stripe and Emails. These apps are currently not available in App Store.
4 changes: 0 additions & 4 deletions src/plugins/plugins-with-app-replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ export const getPluginsWithAppReplacementsIds = () => {
"mirumee.payments.adyen",
"mirumee.taxes.avalara",
"mirumee.invoicing",
"mirumee.notifications.sendgrid_email",
"saleor.payments.stripe",
"mirumee.payments.stripe",
"mirumee.notifications.user_email",
];
};

0 comments on commit 553156e

Please sign in to comment.