- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
FORMS-821: Used OS2Web datalookup for CPR and CVR data #37
Conversation
26d1ef9    to
    c204c21      
    Compare
  
            
          
                src/Commands/CommandsSF1601.php
              
                Outdated
          
        
      | private function forsendelseDump(string $dump, ForsendelseI $forsendelse) { | ||
| switch ($dump) { | ||
| case self::HIDDEN_CONTENT: | ||
| break; | ||
|  | ||
| default: | ||
| throw new InvalidOptionException(sprintf( | ||
| 'Invalid dump option %s. Must be one of %s', | ||
| json_encode($dump), | ||
| implode(', ', array_map('json_encode', self::MEMO_DUMP_OPTION_VALUES)) | 
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 doesn't seem to do anything interesting, but im guessing it's gonna be expanded upon later?
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.
Maybe … But I don't think so … 9b0bd69#diff-277313824881e121c257dfac232862fef0d2320ab160c36610bdda1d75c27b88R225
a613edb    to
    a4f512e      
    Compare
  
    b8461ea    to
    49aa3c8      
    Compare
  
            
          
                composer.json
              
                Outdated
          
        
      | "ext-soap": "*", | ||
| "dompdf/dompdf": "^2.0", | ||
| "drupal/webform": "^6.0", | ||
| "drush/drush": "^10 || ^11", | 
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.
Could we add ^12?
| // @see https://digitaliseringskataloget.srvitkhulk.itkdev.dk/digitaliseringskataloget.dk/sf1601/SF1601%20Bilag%2020211025/SF1601%20Postkomponent%20-%20KombiPostAfsend%20-%20Feltbeskrivelse.pdf#page=7 | ||
| $afsendelseModtager->setCPRnummerIdentifikator('0000000000'); | 
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.
😆
6a4decd    to
    7758a62      
    Compare
  
    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.
🥳
https://jira.itkdev.dk/browse/FORMS-821