X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-InternetSecure.git;a=blobdiff_plain;f=t%2F30parse.t;fp=t%2F30parse.t;h=a6ed028c54227f1e44d26f17b6c74cd8c7312bdb;hp=619846809d9f6bec3358b047e24bd3954ac6444d;hb=69b4b8b6053186050e6bbb3be461934794cdf266;hpb=e97a2d3512479f30718872b70196a2be18ec2b2e diff --git a/t/30parse.t b/t/30parse.t index 6198468..a6ed028 100755 --- a/t/30parse.t +++ b/t/30parse.t @@ -5,7 +5,7 @@ use constant FIELDS => qw( receipt_number sales_number date card_type - avs_response cvv2_response + avs_code cvv2_response total_amount tax_amounts ); @@ -19,7 +19,7 @@ use constant RESULTS => ( sales_number => 0, date => '2003/12/17 09:59:58', card_type => undef, - avs_response => undef, + avs_code => undef, cvv2_response => undef, total_amount => 3.88, tax_amounts => { GST => 0.25 }, @@ -35,7 +35,7 @@ use constant RESULTS => ( sales_number => 729, date => '2003/12/17 10:31:58', card_type => 'Visa', - avs_response => undef, + avs_code => undef, cvv2_response => undef, total_amount => 3.88, tax_amounts => { GST => 0.25,