merge-update-with-lab-changes
haroon amjad 1 year ago
parent b6adfb2534
commit 14a5fec61a

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

Loading…
Cancel
Save