Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Small change to correct a few typos in userAuth sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Perkins committed Aug 25, 2013
1 parent 329d109 commit 9eae20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/userAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$PASSWORD = "PUT YOUR PASSWORD along with TOKEN";

/*--------------------------------------------------------\
| Create a Lead using the salseforce account
| Create a Lead using the salesforce account
| Get the LEADID and modify it in following file
| userAuth.php in samples directory
\--------------------------------------------------------*/
Expand Down Expand Up @@ -49,4 +49,4 @@
//Need to login on account then create the lead
//Assign that id here and check the sample
$eLEADID = "00Q5000000DO0gJEAT";
?>
?>

0 comments on commit 9eae20b

Please sign in to comment.