We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f014c8 commit 4b56075Copy full SHA for 4b56075
1 file changed
README.md
@@ -49,7 +49,7 @@ Use the client to query and manipulate your organisation’s Salesforce data. Fi
49
50
```php
51
$builder = new \Phpforce\SoapClient\ClientBuilder(
52
- '/path/to/your/salesforce/wsdl/sandbox.enterprise.wsdl.xml'
+ '/path/to/your/salesforce/wsdl/sandbox.enterprise.wsdl.xml',
53
'username',
54
'password',
55
'security_token'
@@ -119,7 +119,7 @@ $log = new \Monolog\Logger('name');
119
$log->pushHandler(new \Monolog\Handler\StreamHandler('path/to/your.log'));
120
121
122
123
124
125
0 commit comments