From 9269574aa82993a70a22137949980ba5b87efe8f Mon Sep 17 00:00:00 2001 From: fbriere Date: Sat, 18 Feb 2006 00:34:35 +0000 Subject: [PATCH] Make that test transaction truly minimal --- t/20emit.t | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/t/20emit.t b/t/20emit.t index 62baea7..1f24ea1 100755 --- a/t/20emit.t +++ b/t/20emit.t @@ -31,7 +31,7 @@ use constant TRANSACTIONS => ( email => 'fbriere@fbriere.net', amount => undef, - currency => 'CAD', + currency => 'USD', taxes => 'GST PST', description => [ @@ -57,16 +57,12 @@ use constant TRANSACTIONS => ( action => 'Normal Authorization', - type => 'MasterCard', card_number => '5111-1111-1111-1111', exp_date => '7/2004', name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re", amount => 12.95, - currency => 'USD', - taxes => '', - description => "Box o' goodies", }, ); @@ -99,7 +95,7 @@ __DATA__ 2004 1 000 - 9.99::5::a 001::Some product::{CAD}{GST}{PST}|5.65::1::::Shipping::{CAD}{GST}{PST}|10.00::1::::Some HST example::{CAD}{HST} + 9.99::5::a 001::Some product::{USD}{GST}{PST}|5.65::1::::Shipping::{USD}{GST}{PST}|10.00::1::::Some HST example::{USD}{HST} Frédéric Brière 123 Street @@ -128,7 +124,7 @@ __DATA__ 2004 0 - 12.95::1::::Box o' goodies::{USD}{TEST} + 12.95::1::::::{CAD}{TEST} Frédéric Brière -- 2.11.0