Skip to content

Commit

Permalink
add scout delivery types to tomte (#4167)(patch)
Browse files Browse the repository at this point in the history
## Description

Solves a bug in the order flow in which customers can't order scout in tomte

### Added

- add scout delivery types to tomte
  • Loading branch information
diitaz93 authored Jan 29, 2025
1 parent 8cba7f7 commit af2b6ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cg/services/orders/validation/workflows/tomte/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

class TomteDeliveryType(StrEnum):
ANALYSIS_FILES = DataDelivery.ANALYSIS_FILES
ANALYSIS_SCOUT = DataDelivery.ANALYSIS_SCOUT
FASTQ = DataDelivery.FASTQ
FASTQ_ANALYSIS = DataDelivery.FASTQ_ANALYSIS
FASTQ_ANALYSIS_SCOUT = DataDelivery.FASTQ_ANALYSIS_SCOUT
FASTQ_SCOUT = DataDelivery.FASTQ_SCOUT
NO_DELIVERY = DataDelivery.NO_DELIVERY
SCOUT = DataDelivery.SCOUT

0 comments on commit af2b6ee

Please sign in to comment.