diff options
Diffstat (limited to 't')
-rw-r--r-- | t/transaction.t | 2 | ||||
-rw-r--r-- | t/transaction_decline.t | 2 |
2 files changed, 2 insertions, 2 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.', diff --git a/t/transaction_decline.t b/t/transaction_decline.t index 895a176..ae17733 100644 --- a/t/transaction_decline.t +++ b/t/transaction_decline.t @@ -14,7 +14,7 @@ my %content = ( card_number => '4111111111111111', cvv2 => '123', expiration => '12/20', - amount => '1.00', + amount => '2.00', first_name => 'Tofu', last_name => 'Beast', address => '1234 Soybean Ln.', |