-
Notifications
You must be signed in to change notification settings - Fork 3
Support for MeMo 1.2 #189
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
base: master
Are you sure you want to change the base?
Support for MeMo 1.2 #189
Conversation
ffecec3
to
7533b14
Compare
throw new InvalidArgumentException(sprintf('Invalid type: %s. Must be one of %s.', $quote($type), implode(', ', array_map($quote, SF1601::TYPES)))); | ||
} | ||
|
||
$meMoVersion = $options['memo-version']; |
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.
Should we leave a comment explaining that if no memo-version is provided, 1.2 is the default?
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.
seems good overall, small question/comment from me though
modules/os2forms_digital_post/src/Drush/Commands/DigitalPostTestCommands.php
Show resolved
Hide resolved
dc7fa8a
to
62652e1
Compare
@rimi-itk hey, will you merge it? |
Resolves #170.
Adds support for MeMo 1.2 (https://digitaliser.dk/digital-post/nyhedsarkiv/2025/mar/lancering-af-memo-version-12)
Important
Notice that this pull request is sort of a hotfix release and therefore targets the
master
branch.