diff options
author | jeff <jeff> | 2010-07-17 03:42:39 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-07-17 03:42:39 +0000 |
commit | 1d277ada8a9d43a42ae4f624ff0f03d63f41551c (patch) | |
tree | 9318d0e744a181d122037da4f4ca2eac5727c9e1 | |
parent | dfb40b7b08cc6758a7675cf741b05eb8ba19bb52 (diff) |
lets not make it a point of being pointless, and pass our tests
-rw-r--r-- | t/card.t | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; |