Skip to content

Commit

Permalink
Remove non-toggling test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Todd committed Aug 25, 2015
1 parent a1072ec commit 274c158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Apex7000_BillValidator/DataContracts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public struct Response
public struct Request
{
public static readonly byte[] BaseMessage = { 0x02, 0x08, 0x10, 0x7F, 0x10, 0x00, 0x03 };
public static readonly byte[] Ack = { 0x02, 0x08, 0x10, 0x7F, 0x10, 0x00, 0x03 };
//public static readonly byte[] Ack = { 0x02, 0x08, 0x11, 0x7F, 0x10, 0x00, 0x03 };
public static readonly byte[] Ack = { 0x02, 0x08, 0x11, 0x7F, 0x10, 0x00, 0x03 };
public static readonly byte[] Escrow = { 0x02, 0x08, 0x11, 0x7F, 0x10, 0x00, 0x03 };
public static readonly byte[] Stack = { 0x02, 0x08, 0x11, 0x7F, 0x30, 0x00, 0x03 };
public static readonly byte[] Reject = { 0x02, 0x08, 0x11, 0x7F, 0x50, 0x00, 0x03 };
Expand Down

0 comments on commit 274c158

Please sign in to comment.