Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket_processEdoc start of implementation #135

Merged
merged 1 commit into from
Dec 17, 2017

Conversation

FarahHourani
Copy link
Contributor

This just the main code to send Ticket_ProcessEdoc request and here's an examples of how to send this msg :

use Amadeus\Client\RequestOptions\TicketProcessEdoc;

$data = new TicketProcessEdoc([
  'ticketNumber'    =>'5125756077483',
  'messageFunction' =>TicketProcessEdoc::ETKT
]);

$Eticket =  $client->ticketProcessEdoc($data);

@coveralls
Copy link

coveralls commented Dec 13, 2017

Coverage Status

Coverage decreased (-0.4%) to 99.427% when pulling 1a14b3a on FarahHourani:master into 7f90b0b on amabnl:master.

@DerMika DerMika merged commit 1f73e50 into amabnl:master Dec 17, 2017
@DerMika
Copy link
Collaborator

DerMika commented Dec 17, 2017

Thanks again for your contribution!

DerMika added a commit that referenced this pull request Dec 17, 2017
@DerMika DerMika changed the title Ticket_processEdoc Ticket_processEdoc start of implementation Dec 17, 2017
@DerMika DerMika added this to the 1.6.0 milestone Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants