From 33cf2e33b4bbd232498303166d1852e9425cd310 Mon Sep 17 00:00:00 2001 From: fbriere Date: Sat, 18 Feb 2006 04:17:17 +0000 Subject: Rename taxes() to tax_amounts() --- t/30parse.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/30parse.t') diff --git a/t/30parse.t b/t/30parse.t index 3734631..6198468 100755 --- a/t/30parse.t +++ b/t/30parse.t @@ -6,7 +6,7 @@ use constant FIELDS => qw( date card_type avs_response cvv2_response - total_amount taxes + total_amount tax_amounts ); use constant RESULTS => ( @@ -22,7 +22,7 @@ use constant RESULTS => ( avs_response => undef, cvv2_response => undef, total_amount => 3.88, - taxes => { GST => 0.25 }, + tax_amounts => { GST => 0.25 }, uuid => 'f81d4fae-7dec-11d0-a765-00a0c91e6bf6', guid => 'f81d4fae-7dec-11d0-a765-00a0c91e6bf6', }, @@ -38,7 +38,7 @@ use constant RESULTS => ( avs_response => undef, cvv2_response => undef, total_amount => 3.88, - taxes => { GST => 0.25, + tax_amounts => { GST => 0.25, PST => 0.27 }, uuid => undef, guid => undef, -- cgit v1.2.1