Skip to content
Snippets Groups Projects
Commit 078e0595 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

fix in json

parent f41316ea
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ const (
type IssuanceRequest struct {
common.Request
Identifier string `json:"format"`
Identifier string `json:"identifier"`
Payload map[string]interface{} `json:"payload"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment