From 9eae20b5f15218a947b4d5d8ef643281aef1e604 Mon Sep 17 00:00:00 2001 From: Andy Perkins Date: Sun, 25 Aug 2013 12:47:35 +0100 Subject: [PATCH 1/2] Small change to correct a few typos in userAuth sample --- samples/userAuth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/userAuth.php b/samples/userAuth.php index f38f219..8b31470 100644 --- a/samples/userAuth.php +++ b/samples/userAuth.php @@ -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 \--------------------------------------------------------*/ @@ -49,4 +49,4 @@ //Need to login on account then create the lead //Assign that id here and check the sample $eLEADID = "00Q5000000DO0gJEAT"; -?> +?> \ No newline at end of file From 574b980cd425b181fb77feb0b27cacf0c89cdc43 Mon Sep 17 00:00:00 2001 From: Andy Perkins Date: Sun, 25 Aug 2013 12:51:05 +0100 Subject: [PATCH 2/2] Small change to correct a few typos in userAuth sample --- samples/userAuth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/userAuth.php b/samples/userAuth.php index 8b31470..1f5072e 100644 --- a/samples/userAuth.php +++ b/samples/userAuth.php @@ -1,7 +1,7 @@