-
Notifications
You must be signed in to change notification settings - Fork 0
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
Addenda Mabe generation using Identities #19
Conversation
addendas/mabe.go
Outdated
const ( | ||
MabeIdentityTypeCode = "MABE" | ||
MabeRef1IdentityTypeCode = "MABE-REF1" | ||
MabeRef2IdentityTypeCode = "MABE-REF2" | ||
MabePlantIDIdentityTypeCode = "MABE-PLANT-ID" | ||
) |
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.
@cavalle I'm not totally happy with the naming here... it feels inconsistent with the extensions. The current version of GOBL org.Identity however doesn't have support for using keys after the move to extensions...
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.
It might be worth re-instating this if the migration has been completed correctly: https://github.com/invopop/gobl/blob/main/org/identity.go#L29-L32
go.mod
before merging this PR)