@james_jayaraj/test-npm 1.0.4 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,8 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
22
22
  }], ctorParameters: function () { return []; } });
23
23
 
24
24
  const config = {
25
- STAGING_URL: "https://sydcapi.hlhlth.com.au/packapill",
26
- LIVE_URL: "https://sydcapi.hlhlth.com.au/packapill",
25
+ STAGING_URL: "https://cqapi.hlhlth.app/packapill",
26
+ LIVE_URL: "https://cqapi.hlhlth.app/packapill",
27
27
  GET_MEDS_BY_SEARCH: "api/rxwidget/searchMedicines",
28
28
  GET_MEDS_BY_SMART_SEARCH: "api/rxwidget/smartSearchMedicines",
29
29
  GET_MEDS_BY_NAME: "api/rxwidget/searchMedicinesByName",
@@ -1056,7 +1056,7 @@ class PasswordComponent {
1056
1056
  request_type: "parameter",
1057
1057
  password: this.verifyPassword
1058
1058
  };
1059
- this.apiService.Get(config.PHYSICIAN.RE_AUTHENTICATION + "?password=" + this.verifyPassword).subscribe(res => {
1059
+ this.apiService.Get(config.PHYSICIAN.RE_AUTHENTICATION + "?password=" + this.verifyPassword + "&userId=" + this.commonServices.physicianDetails.userId).subscribe(res => {
1060
1060
  try {
1061
1061
  if (this.commonServices.IsNullOrEmpty(res)) {
1062
1062
  this.verifyPassword = "";