Skip to content

Commit

Permalink
Error in documentation - Wheelchair code incorrect. Fixes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Feb 17, 2017
1 parent f15cb00 commit 3c6f5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/samples/pnr-create-modify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Request a Gluten intolerant meal for passenger 2 on flight 3 (`See all meal requ
Wheelchair
----------

Request a wheelchair for passenger 1 on flights 1 and 2 (SSR code is ``WHCR``):
Request a wheelchair for passenger 1 on flights 1 and 2 (SSR code is ``WCHR``):

.. code-block:: php
Expand All @@ -330,7 +330,7 @@ Request a wheelchair for passenger 1 on flights 1 and 2 (SSR code is ``WHCR``):
$opt = new PnrCreatePnrOptions([
'elements' => [
new ServiceRequest([
'type' => 'WHCR',
'type' => 'WCHR',
'references' => [
new Reference([
'type' => Reference::TYPE_PASSENGER_TATTOO,
Expand Down

0 comments on commit 3c6f5b8

Please sign in to comment.