Skip to content

Commit

Permalink
Updating example
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspikes committed Jun 17, 2013
1 parent ea7737e commit 28a985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$ws = new Client('AmadeusWebServices.wsdl', true);

// Authenticate
$ws->securityAuthenticate('LONP02001', 'WS1APOC', 'MnJPRWJyaSZXb1V0', '12', '1A');
$ws->securityAuthenticate([YOUR_SOURCE], [YOUR_ORIGIN], [YOUR_PASSWORD], [PASSWORD_LENGTH], [ORGANIZATION_ID]);

// Travel from and to locations
$from = 'DEL';
Expand Down

0 comments on commit 28a985c

Please sign in to comment.