Skip to content

Commit

Permalink
Merge pull request #255 from AuthorizeNet/future
Browse files Browse the repository at this point in the history
Remove CoffeeShop Sample App & update version
  • Loading branch information
kikmak42 authored Mar 2, 2019
2 parents 292dc38 + 605b068 commit e23ffab
Show file tree
Hide file tree
Showing 42 changed files with 8 additions and 1,583 deletions.
4 changes: 3 additions & 1 deletion Authorize.NET/AuthorizeNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
<Reference Include="System.Security" />
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
<Compile Include="Environment.cs" />
<Compile Include="MarketType.cs" />
<Compile Include="TestFriends.cs" />
<Compile Include="Api\Contracts\V1\*.cs" />
<Compile Include="Api\Controllers\ARBCancelSubscriptionController.cs" />
<Compile Include="Api\Controllers\ARBCreateSubscriptionController.cs" />
Expand Down
39 changes: 0 additions & 39 deletions Authorize.NET/Merchant.cs

This file was deleted.

6 changes: 3 additions & 3 deletions Authorize.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Revision
//
// See AssemblyFileVersion.cs for Product and Assembly Version
//[assembly: AssemblyVersion("1.9.6.0")]
[assembly: AssemblyFileVersion("1.9.7.0")]
[assembly: AssemblyVersion("1.9.7.0")]
//[assembly: AssemblyVersion("1.9.7.0")]
[assembly: AssemblyFileVersion("1.9.8.0")]
[assembly: AssemblyVersion("1.9.8.0")]

2 changes: 1 addition & 1 deletion Authorize.NET/Util/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Constants {
public const int HttpConnectionDefaultTimeout = 30000;
public const int HttpReadWriteDefaultTimeout = 30000;

public const string SDKVersion = "1.9.7";
public const string SDKVersion = "1.9.8";

}
#pragma warning restore 1591
Expand Down
10 changes: 0 additions & 10 deletions AuthorizeNETtest/Api/Controllers/Test/ApiCoreTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public abstract class ApiCoreTestBase {
protected static AuthorizeNet.Environment TestEnvironment = AuthorizeNet.Environment.SANDBOX;
//protected static AuthorizeNet.Environment TestEnvironment = AuthorizeNet.Environment.HOSTED_VM;

static Merchant _merchant ;
static readonly String ApiLoginIdKey ;
static readonly String TransactionKey ;
static String _md5HashKey ;
Expand Down Expand Up @@ -91,15 +90,6 @@ static ApiCoreTestBase() {
"LoginId and/or TransactionKey have not been set. Merchant keys are required.");
}

if (null != ApiLoginIdKey && null != TransactionKey)
{
_merchant = Merchant.CreateMerchant(TestEnvironment, ApiLoginIdKey, TransactionKey);
}
if (null == _merchant)
{
Assert.Fail("Merchant logins have been set");
}

ErrorMessages = new Dictionary<string, string>();
}

Expand Down
2 changes: 1 addition & 1 deletion AuthorizeNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthorizeNet</id>
<version>1.9.7</version>
<version>1.9.8</version>
<title>AuthorizeNet</title>
<authors>Authorize.Net</authors>
<owners>AuthorizeNet</owners>
Expand Down
37 changes: 0 additions & 37 deletions CoffeeShopWebApp/Coffee.aspx

This file was deleted.

27 changes: 0 additions & 27 deletions CoffeeShopWebApp/Coffee.aspx.cs

This file was deleted.

25 changes: 0 additions & 25 deletions CoffeeShopWebApp/Coffee.aspx.designer.cs

This file was deleted.

185 changes: 0 additions & 185 deletions CoffeeShopWebApp/CoffeeShopWebApp.csproj

This file was deleted.

Loading

0 comments on commit e23ffab

Please sign in to comment.