diff options
Diffstat (limited to 't/bad_auth.t')
-rw-r--r-- | t/bad_auth.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/bad_auth.t b/t/bad_auth.t index aa10d3c..9dbde52 100644 --- a/t/bad_auth.t +++ b/t/bad_auth.t @@ -39,10 +39,10 @@ $tx->content( customer_id => 'jsk', first_name => 'Tofu', last_name => 'Beast', - address => '123 Anystreet', + address => '8320 Anystreet', city => 'Anywhere', state => 'UT', - zip => '84058', + zip => '85284', card_number => '4111111111111111', expiration => '09/03', ); |