File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<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 " />
6
6
<add key =" md5.hash.key" value =" " />
7
7
</appSettings >
8
8
</configuration >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >AuthorizeNet</id >
5
- <version >1.8.2 </version >
5
+ <version >1.8.3 </version >
6
6
<title >AuthorizeNet</title >
7
7
<authors >Authorize.Net</authors >
8
8
<owners >AuthorizeNet</owners >
Original file line number Diff line number Diff line change 9
9
10
10
## Prerequisites
11
11
12
- Requires .NET 3.5 or later and Microsoft® ; Visual Studio 2008 or 2010
12
+ Requires .NET 3.5 or later and Microsoft® ; Visual Studio 2008 or 2010; Nunit 2.6.3;
13
13
14
14
15
15
## Installation
You can’t perform that action at this time.
0 commit comments