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

userAuth comment tweaks #29

Merged
merged 2 commits into from
Aug 30, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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";
?>
?>