X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2F30parse.t;h=619846809d9f6bec3358b047e24bd3954ac6444d;hb=33cf2e33b4bbd232498303166d1852e9425cd310;hp=3734631391dbf3c468754d42c9b7691ed5589d8e;hpb=f30cb431188e85c2b03dd16a3f9b3cc8c901d2ed;p=Business-OnlinePayment-InternetSecure.git 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,