-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KHP3-6550 - Added RMS integration for patient registration, bills and payments #43
base: master
Are you sure you want to change the base?
KHP3-6550 - Added RMS integration for patient registration, bills and payments #43
Conversation
* @param date | ||
* @return | ||
*/ | ||
public static boolean checkIfCreateModetOrEditMode(Date date) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a typo
.getGlobalPropertyObject(CashierModuleConstants.RMS_ENDPOINT_URL); | ||
String baseURL = globalPostUrl.getPropertyValue(); | ||
if (baseURL == null || baseURL.trim().isEmpty()) { | ||
baseURL = "https://siaya.tsconect.com/api"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should probably be in a global property
<globalProperty> | ||
<property>${project.parent.artifactId}.rms.integration.username</property> | ||
<description>RMS integration Username</description> | ||
<defaultValue>[email protected]</defaultValue> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove defaults
<globalProperty> | ||
<property>${project.parent.artifactId}.rms.integration.endpoint.url</property> | ||
<description>RMS integration Endpoint URL</description> | ||
<defaultValue>https://siaya.tsconect.com/api</defaultValue> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove defaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @PatrickWaweru Please address some of the suggestions highlighted thanks.
KHP3-6550 - siaya - RMS financial system sync