|
|
|
|
@ -466,7 +466,7 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
|
|
|
|
|
widget.advanceModel.patientName, widget.advanceModel.fileNumber, AppGlobal.context)
|
|
|
|
|
.then((res) {
|
|
|
|
|
addAdvancedNumberRequest(
|
|
|
|
|
Utils.isVidaPlusProject(projectViewModel, appo.projectID)
|
|
|
|
|
Utils.isVidaPlusProject(projectViewModel, widget.advanceModel.hospitalsModel.iD)
|
|
|
|
|
? res['OnlineCheckInAppointments'][0]['AdvanceNumber_VP'].toString()
|
|
|
|
|
: res['OnlineCheckInAppointments'][0]['AdvanceNumber'].toString(),
|
|
|
|
|
paymentReference,
|
|
|
|
|
|