Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmc committed Dec 18, 2014
1 parent 9c39222 commit fd2adaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<const name="PHPUNIT_TESTSUITE" value="true" />

<!-- Enter your test account credentials to run tests against sandbox. -->
<const name="AUTHORIZENET_API_LOGIN_ID" value="" />
<const name="AUTHORIZENET_TRANSACTION_KEY" value="" />
<const name="AUTHORIZENET_API_LOGIN_ID" value="5KP3u95bQpv" />
<const name="AUTHORIZENET_TRANSACTION_KEY" value="4Ktq966gC55GAX7S" />
<const name="AUTHORIZENET_MD5_SETTING" value="" />

<!-- Enter your live account credentials to run tests against production gateway. -->
<const name="MERCHANT_LIVE_API_LOGIN_ID" value="5KP3u95bQpv" />
<const name="MERCHANT_LIVE_TRANSACTION_KEY" value="4Ktq966gC55GAX7S" />
<const name="MERCHANT_LIVE_API_LOGIN_ID" value="" />
<const name="MERCHANT_LIVE_TRANSACTION_KEY" value="" />

<!-- Card Present Sandbox Credentials -->
<const name="CP_API_LOGIN_ID" value="" />
Expand Down

0 comments on commit fd2adaa

Please sign in to comment.