You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the AppointmentsController#create method to create the appointment in EPS. It uses the #submit_appointment method in EPS::AppointmentService. needs the appointment_id from the draft appointment call (which should already have been called in prior steps), and other parameters (network_id, provider, slot, referral etc).
AC:
add a new route (if we decide to create a new method)
add/update #create method
add request specs, and VCR cassettes as needed
TBD: should we update the existing #create method, or create a new route and method for EPS specific 'create appointment' functionality.
The text was updated successfully, but these errors were encountered:
Update the AppointmentsController#create method to create the appointment in EPS. It uses the
#submit_appointment
method in EPS::AppointmentService. needs the appointment_id from the draft appointment call (which should already have been called in prior steps), and other parameters (network_id, provider, slot, referral etc).AC:
TBD: should we update the existing #create method, or create a new route and method for EPS specific 'create appointment' functionality.
The text was updated successfully, but these errors were encountered: