Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Christenson committed Jan 17, 2014
1 parent 3e85616 commit 7fcb956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Example Purchase API Usage

```php
<?php
Twocheckout::setApiCredentials('532001', '9999999');
Twocheckout::setApiCredentials('1817037', '3508079E-5383-44D4-BF69-DC619C0D9811');
try {
$charge = Twocheckout_Charge::auth(array(
"sellerId" => "532001",
"sellerId" => "1817037",
"merchantOrderId" => "123",
"token" => 'Y2U2OTdlZjMtOGQzMi00MDdkLWJjNGQtMGJhN2IyOTdlN2Ni',
"currency" => 'USD',
Expand Down

0 comments on commit 7fcb956

Please sign in to comment.