Skip to content

Commit

Permalink
Update Authorize.net account settings so I stop getting emails about …
Browse files Browse the repository at this point in the history
…test transactions
  • Loading branch information
calvinfroedge committed Oct 1, 2015
1 parent 8f7dfb0 commit 2bca51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/drivers/authorize_net.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$config['api_username'] = "25xTC7vJp";
$config['api_password'] = "3zF64K5BA9a3y6rG";
$config['api_username'] = "YOUR_USERNAME_HERE";
$config['api_password'] = "YOUR_PASSWORD_HERE";
//Note: you can sign into the test interface at test.authorize.net
$config['email_customer'] = TRUE;

Expand Down

0 comments on commit 2bca51b

Please sign in to comment.