Skip to content

Commit

Permalink
Commas missing in Getting Started docs (#152)
Browse files Browse the repository at this point in the history
Fixed some typos
  • Loading branch information
arosha445 authored and DerMika committed Feb 21, 2018
1 parent 02f0ee4 commit 7c0f6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/about-get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ Soap Header 2 example:
'authParams' => [
'officeId' => 'BRUXX1111', //The Amadeus Office Id you want to sign in to - must be open on your WSAP.
'userId' => 'WSBENXXX', //Also known as 'Originator' for Soap Header 1 & 2 WSDL's
'passwordData' => 'dGhlIHBhc3N3b3Jk' // **base 64 encoded** password
'passwordData' => 'dGhlIHBhc3N3b3Jk', // **base 64 encoded** password
'passwordLength' => 12,
'dutyCode' => 'SU',
'organizationId' => 'DUMMY-ORG',
]
],
'sessionHandlerParams' => [
'soapHeaderVersion' => Client::HEADER_V2,
'wsdl' => '/home/user/mytestproject/data/amadeuswsdl/1ASIWXXXXXX_PDT_20110101_080000.wsdl', //Points to the location of the WSDL file for your WSAP. Make sure the associated XSD's are also available.
Expand Down

0 comments on commit 7c0f6bb

Please sign in to comment.