dev_3.3_ER_Online_CheckIn
haroon amjad 1 year ago
parent b6adfb2534
commit 14a5fec61a

@ -54,7 +54,7 @@ class PayfortService extends BaseService {
"Pat_Token": result.tokenName,
"IsRefund": false,
"RemmeberMe": false,
"Reconciliation_Reference": result.reconciliationReference,
// "Reconciliation_Reference": result.reconciliationReference,
"LanguageID": 1,
"PatientID": patientID
};
@ -161,7 +161,7 @@ class PayfortService extends BaseService {
);
if (sdkTokenResponse != null && sdkTokenResponse.sdkToken == null) {
onFailed(sdkTokenResponse.responseMessage ?? '');
// onFailed(sdkTokenResponse.responseMessage ?? '');
return;
}
@ -188,7 +188,7 @@ class PayfortService extends BaseService {
),
);
} catch (e) {
onFailed(e.toString());
// onFailed(e.toString());
}
}
}

Loading…
Cancel
Save