We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a652d58 commit b10e8a2Copy full SHA for b10e8a2
1 file changed
src/Modules/OrchardCore.Commerce.Payment/Services/DummyPaymentProvider.cs
@@ -1,5 +1,3 @@
1
-#pragma warning disable IDE0055
2
-
3
using Microsoft.AspNetCore.Http;
4
using Microsoft.AspNetCore.Mvc.Localization;
5
using OrchardCore.Commerce.Abstractions.Abstractions;
@@ -96,5 +94,3 @@ public async Task<PaymentOperationStatusViewModel> UpdateAndRedirectToFinishedOr
96
94
}
97
95
98
99
100
-#pragma warning restore IDE0055
0 commit comments