Skip to content

Commit b4c3dc2

Browse files
committed
Improve spacing.
1 parent 1672f2a commit b4c3dc2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/OrchardCore.Commerce.Payment.Stripe/Constants/CurrencyCollectionConstants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Collections.Generic;
22

33
namespace OrchardCore.Commerce.Payment.Stripe.Constants;
4+
45
public static class CurrencyCollectionConstants
56
{
67
public static readonly IEnumerable<string> SpecialCases = ["ISK", "HUF", "TWD", "UGX"];

src/Modules/OrchardCore.Commerce.Payment/Constants/CurrencyCollectionConstants.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace OrchardCore.Commerce.Payment.Constants;
55

66
public static class CurrencyCollectionConstants
77
{
8-
98
[Obsolete("This is a Stripe-specific property, use the equivalent in the OrchardCore.Commerce.Payment.Stripe project.")]
109
public static readonly IEnumerable<string> SpecialCases = ["ISK", "HUF", "TWD", "UGX"];
1110

0 commit comments

Comments
 (0)