Skip to content

Commit

Permalink
fixing cert tests to use '0' instead of '000' for avs amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory,Dake committed Mar 16, 2012
1 parent b24f3c9 commit 2dca664
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/certification/certTest1_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_1_auth
def test_1_AVS
customer_hash = {
'orderId' => '1',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'John Smith',
Expand Down Expand Up @@ -178,7 +178,7 @@ def test_2_auth
def test_2_avs
customer_hash = {
'orderId' => '2',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'Mike J. Hammer',
Expand Down Expand Up @@ -300,7 +300,7 @@ def test_3_auth
def test_3_avs
customer_hash = {
'orderId' => '3',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'Eileen Jones',
Expand Down Expand Up @@ -414,7 +414,7 @@ def test_4_auth
def test_4_avs
customer_hash = {
'orderId' => '4',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'Bob Black',
Expand Down Expand Up @@ -522,7 +522,7 @@ def test_5_auth
def test_5_avs
customer_hash = {
'orderId' => '5',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'card'=>{
'number' =>'4457010200000007',
Expand Down Expand Up @@ -663,7 +663,7 @@ def test_7_auth
def test_7_avs
customer_hash = {
'orderId' => '7',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'Jane Murray',
Expand Down Expand Up @@ -741,7 +741,7 @@ def test_8_auth
def test_8_avs
customer_hash = {
'orderId' => '8',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'Mark Johnson',
Expand Down Expand Up @@ -819,7 +819,7 @@ def test_9_auth
def test_9_avs
customer_hash = {
'orderId' => '9',
'amount' => '000',
'amount' => '0',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'James Miller',
Expand Down

0 comments on commit 2dca664

Please sign in to comment.