Skip to content

Commit b10e8a2

Browse files
committed
Remove #pragma warning disable
1 parent a652d58 commit b10e8a2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Modules/OrchardCore.Commerce.Payment/Services/DummyPaymentProvider.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#pragma warning disable IDE0055
2-
31
using Microsoft.AspNetCore.Http;
42
using Microsoft.AspNetCore.Mvc.Localization;
53
using OrchardCore.Commerce.Abstractions.Abstractions;
@@ -96,5 +94,3 @@ public async Task<PaymentOperationStatusViewModel> UpdateAndRedirectToFinishedOr
9694
}
9795
}
9896
}
99-
100-
#pragma warning restore IDE0055

0 commit comments

Comments
 (0)