Skip to content

Commit 1672f2a

Browse files
committed
Update namespaces.
1 parent 3bbc92f commit 1672f2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

3-
namespace OrchardCore.Commerce.Payment.Constants;
3+
namespace OrchardCore.Commerce.Payment.Stripe.Constants;
44
public static class CurrencyCollectionConstants
55
{
66
public static readonly IEnumerable<string> SpecialCases = ["ISK", "HUF", "TWD", "UGX"];

src/Modules/OrchardCore.Commerce.Payment.Stripe/Helpers/AmountHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using OrchardCore.Commerce.MoneyDataType;
22
using System.Linq;
3-
using static OrchardCore.Commerce.Payment.Constants.CurrencyCollectionConstants;
3+
using static OrchardCore.Commerce.Payment.Stripe.Constants.CurrencyCollectionConstants;
44

55
namespace OrchardCore.Commerce.Payment.Stripe.Helpers;
66

0 commit comments

Comments
 (0)