From 1d277ada8a9d43a42ae4f624ff0f03d63f41551c Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 17 Jul 2010 03:42:39 +0000 Subject: [PATCH] lets not make it a point of being pointless, and pass our tests --- t/card.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/card.t b/t/card.t index 21b024b..a47d623 100644 --- a/t/card.t +++ b/t/card.t @@ -44,7 +44,8 @@ my $voidable_amount = 0; result_code => '000', error_message => 'APPROVED', authorization => qr/TEST\d{2}/, - avs_code => 'U', # so rather pointless :\ +# avs_code => 'U', # so rather pointless :\ + avs_code => 'Y', # so very pointless :\ cvv2_response => 'P', # ... ); $voidable = $tx->order_number if $tx->is_success; @@ -79,7 +80,8 @@ my $voidable_amount = 0; result_code => '000', error_message => 'APPROVED', authorization => qr/TEST\d{2}/, - avs_code => 'U', # so rather pointless :\ +# avs_code => 'U', # so rather pointless :\ + avs_code => 'Y', # so very pointless :\ cvv2_response => 'P', # ... ); $postable = $tx->order_number if $tx->is_success; -- 2.20.1