Last active
August 31, 2016 06:45
-
-
Save ZhukV/5da0ea83488598598b8225ffcfeb9855 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$client = new Client(); | |
$api = new Api($client); | |
$api->patient()->sendReceiptEmail($practiceId, $appointmentId, $paymentId, '[email protected]'); | |
$api->appointment()->get($practiceId, $appointmentId); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$client->getAppointmentApi()->getAppointment();
$client->getAppointment()->get();