We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a8144 commit 54a660eCopy full SHA for 54a660e
Authorize.NET/Utility/HttpXmlUtility.cs
@@ -15,10 +15,7 @@ public class HttpXmlUtility {
15
16
string _serviceUrl = TEST_URL;
17
string _apiLogin = "";
18
- string _transactionKey = "";
19
-
20
- /// <summary>
21
- /// Initializes a new instance of the <see cref="HttpXmlUtility"/> class.
+ string _transactionKey = "";
22
23
public const string TEST_URL = "https://apitest.authorize.net/xml/v1/request.api";
24
public const string URL = "https://api2.authorize.net/xml/v1/request.api";
0 commit comments