Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind-pandey committed Jan 9, 2019
1 parent 3638560 commit 762658e
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions src/Amadeus/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1564,25 +1564,6 @@ public function serviceIntegratedCatalogue(
return $this->callMessage($msgName, $options, $messageOptions);
}


/**
* Service_StandaloneCatalogue
*
* @param RequestOptions\ServiceStandaloneCatalogueOptions $options
* @param array $messageOptions
* (OPTIONAL)
* @return Result
* @throws Client\InvalidMessageException
* @throws Client\RequestCreator\MessageVersionUnsupportedException
* @throws Exception
*/
public function serviceStandaloneCatalogue(RequestOptions\ServiceStandaloneCatalogueOptions $options, $messageOptions = [])
{
$msgName = 'Service_StandaloneCatalogue';

return $this->callMessage($msgName, $options, $messageOptions);
}

/**
* SalesReports_DisplayorSummarizedReport
*
Expand Down Expand Up @@ -1621,6 +1602,24 @@ public function salesReportsDisplayNetRemitReport(
return $this->callMessage($msgName, $options, $messageOptions);
}

/**
* Service_StandaloneCatalogue
*
* @param RequestOptions\ServiceStandaloneCatalogueOptions $options
* @param array $messageOptions
* (OPTIONAL)
* @return Result
* @throws Client\InvalidMessageException
* @throws Client\RequestCreator\MessageVersionUnsupportedException
* @throws Exception
*/
public function serviceStandaloneCatalogue(RequestOptions\ServiceStandaloneCatalogueOptions $options, $messageOptions = [])
{
$msgName = 'Service_StandaloneCatalogue';

return $this->callMessage($msgName, $options, $messageOptions);
}

/**
* Call a message with the given parameters
*
Expand Down

0 comments on commit 762658e

Please sign in to comment.