@@ -13,11 +13,6 @@ namespace Essensoft.AspNetCore.Payment.QPay.Parser
{
public T Parse(string body)
- if (string.IsNullOrEmpty(body))
- {
- throw new ArgumentNullException(nameof(body));
- }
-
T rsp = null;
var parameters = new QPayDictionary();