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

Commit

Permalink
Merge pull request #29 from andyperks/master
Browse files Browse the repository at this point in the history
userAuth comment tweaks
  • Loading branch information
Pat Patterson committed Aug 30, 2013
2 parents 329d109 + 574b980 commit ace59f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/userAuth.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/*--------------------------------------------------------\
| Assigned your USER ID & PASSWORD with TOKEN
| This file is included in each of the SAMPLE Example
| Assign your USER ID & PASSWORD with TOKEN
| This file is included in each of the SAMPLES
\--------------------------------------------------------*/

$USERNAME = "PUT YOUR salseforce USER NAME";
$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 ace59f2

Please sign in to comment.