|
|
|
|
@ -38,9 +38,9 @@ class MyInAppBrowser extends InAppBrowser {
|
|
|
|
|
static String APPLE_PAY_PAYFORT_URL = 'https://hmgwebservices.com/PayFortWebLive/PayFortApi/MakeApplePayRequest'; // Payfort Payment Gateway URL LIVE
|
|
|
|
|
// static String APPLE_PAY_PAYFORT_URL = 'https://hmgwebservices.com/PayFortWebLive/PayFortApi/MakeApplePayRequest'; // Payfort Payment Gateway URL UAT
|
|
|
|
|
|
|
|
|
|
static String SERVICE_URL = 'https://hmgwebservices.com/PayFortWeb/pages/SendPayFortRequest.aspx'; // Payfort Payment Gateway URL UAT
|
|
|
|
|
// static String SERVICE_URL = 'https://hmgwebservices.com/PayFortWeb/pages/SendPayFortRequest.aspx'; // Payfort Payment Gateway URL UAT
|
|
|
|
|
|
|
|
|
|
// static String SERVICE_URL = 'https://hmgwebservices.com/PayFortWebLive/pages/SendPayFortRequest.aspx'; //Payfort Payment Gateway URL LIVE
|
|
|
|
|
static String SERVICE_URL = 'https://hmgwebservices.com/PayFortWebLive/pages/SendPayFortRequest.aspx'; //Payfort Payment Gateway URL LIVE
|
|
|
|
|
|
|
|
|
|
// static String SERVICE_URL = 'https://uat.hmgwebservices.com/payfortforvidaplus/pages/SendPayFortRequest.aspx'; //Payfort Payment Gateway URL UAT VIDA PLUS
|
|
|
|
|
|
|
|
|
|
@ -230,7 +230,7 @@ class MyInAppBrowser extends InAppBrowser {
|
|
|
|
|
service.tamaraInsertRequest(tamaraRequestModel, context).then((res) {
|
|
|
|
|
if (context != null) GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
generateTamaraURL(amount, orderDesc, transactionID, projId, emailId, paymentMethod, patientType, patientName, patientID, authenticatedUser, isLiveCareAppo, servID, LiveServID, appoDate,
|
|
|
|
|
appoNo, clinicID, doctorID, "", installments)
|
|
|
|
|
appoNo, clinicID, doctorID, "", installments)
|
|
|
|
|
.then((value) {
|
|
|
|
|
paymentType = _PAYMENT_TYPE.PATIENT;
|
|
|
|
|
this.browser.openUrlRequest(urlRequest: URLRequest(url: Uri.parse(value)), options: _InAppBrowserOptions);
|
|
|
|
|
@ -242,7 +242,7 @@ class MyInAppBrowser extends InAppBrowser {
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
generateURL(amount, orderDesc, transactionID, projId, emailId, paymentMethod, patientType, patientName, patientID, authenticatedUser, isLiveCareAppo, servID, LiveServID, appoDate, appoNo,
|
|
|
|
|
clinicID, doctorID)
|
|
|
|
|
clinicID, doctorID)
|
|
|
|
|
.then((value) {
|
|
|
|
|
paymentType = _PAYMENT_TYPE.PATIENT;
|
|
|
|
|
this.browser.openUrlRequest(urlRequest: URLRequest(url: Uri.parse(value)), options: _InAppBrowserOptions);
|
|
|
|
|
|