Skip to content
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

DS-3136 Enable distance selling #1034

Merged
merged 23 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added more logging
  • Loading branch information
ThomasC-Kainos committed Nov 6, 2024
commit c5bb557d0dbb96d7a5c34126a6885b3f62011ca5
1 change: 1 addition & 0 deletions application/ingest_change_event/change_event_validation.py
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ def validate_organisation_keys(org_type_id: str, org_sub_type: str) -> None:
ValidationError: Either Org Type ID or Org Sub Type is not part of the valid list
"""
validate_organisation_type_id(org_type_id)
logger.info("test log: "+ PHARMACY_ORGANISATION_SUB_TYPES)
if org_sub_type in PHARMACY_ORGANISATION_SUB_TYPES:
logger.info(f"Subtype type id: {org_sub_type} validated")
else: