Skip to content

Commit fc752ae

Browse files
committed
Merge pull request AuthorizeNet#54 from arktseytlin/master
Bumped up SDK version; minor defect fixes
2 parents df8ce08 + 4f86e3d commit fc752ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AuthorizeNETtest/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
33
<appSettings>
4-
<add key="api.login.id" value="FIXME"/>
5-
<add key="transaction.key" value="FIXME"/>
4+
<add key="api.login.id" value="API_LOGIN"/>
5+
<add key="transaction.key" value="API_KEY"/>
66
<add key="md5.hash.key" value=""/>
77
</appSettings>
88
</configuration>

AuthorizeNet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>AuthorizeNet</id>
5-
<version>1.8.2</version>
5+
<version>1.8.3</version>
66
<title>AuthorizeNet</title>
77
<authors>Authorize.Net</authors>
88
<owners>AuthorizeNet</owners>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Prerequisites
1111

12-
Requires .NET 3.5 or later and Microsoft&reg; Visual Studio 2008 or 2010
12+
Requires .NET 3.5 or later and Microsoft&reg; Visual Studio 2008 or 2010; Nunit 2.6.3;
1313

1414

1515
## Installation

0 commit comments

Comments
 (0)