From bee7c61ee07328b28ae2d17e631dc47037e7700a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 6 Feb 2014 09:06:05 -0800 Subject: fix parsing OK response, fix tests --- t/transaction.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/transaction.t') diff --git a/t/transaction.t b/t/transaction.t index 56b8a96..0f24fae 100644 --- a/t/transaction.t +++ b/t/transaction.t @@ -14,7 +14,7 @@ my %content = ( card_number => '4111111111111111', cvv2 => '123', expiration => '12/20', - amount => '2.00', + amount => '1.00', first_name => 'Tofu', last_name => 'Beast', address => '1234 Soybean Ln.', -- cgit v1.2.1