diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-06 09:06:05 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-06 09:06:05 -0800 |
commit | bee7c61ee07328b28ae2d17e631dc47037e7700a (patch) | |
tree | 5c000448237ac2b192ef7e484a79290ff7e60644 /t/transaction.t | |
parent | ee7af13f7f3f1e7568e3039fd6c2a098593e4777 (diff) |
fix parsing OK response, fix tests
Diffstat (limited to 't/transaction.t')
-rw-r--r-- | t/transaction.t | 2 |
1 files changed, 1 insertions, 1 deletions
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.', |