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 8e0d50c commit 576733eCopy full SHA for 576733e
Authorize.NET/Util/Constants.cs
@@ -26,7 +26,7 @@ public static class Constants {
26
public const int HttpConnectionDefaultTimeout = 30000;
27
public const int HttpReadWriteDefaultTimeout = 30000;
28
29
- public const string SDKVersion = "1.9.2";
+ public const string SDKVersion = "1.9.3";
30
31
}
32
#pragma warning restore 1591
AuthorizeNet.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>AuthorizeNet</id>
5
- <version>1.9.2</version>
+ <version>1.9.3</version>
6
<title>AuthorizeNet</title>
7
<authors>Authorize.Net</authors>
8
<owners>AuthorizeNet</owners>
0 commit comments