Skip to content

Commit

Permalink
Updating Manifest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Mar 5, 2024
1 parent c2aa470 commit 1b70870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lombiq.Hosting.Tenants.Maintenance/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
[assembly: Feature(
Id = ResetStripeApiCredentials,
Name = "Lombiq Hosting - Tenants Maintenance Reset Stripe API Credentials",
Description = "Replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are empty.",
Description = "Replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are not empty.",
Category = "Maintenance",
Dependencies = new[] { Maintenance }
Dependencies = [Maintenance]
)]

0 comments on commit 1b70870

Please sign in to comment.