-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sdk 2235 share v 2 retrieve receipt #289
Sdk 2235 share v 2 retrieve receipt #289
Conversation
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 you please review the commits messages?
digitalidentity/service.go
Outdated
share.SessionID = receiptResponse.ID | ||
share.UserContent = userContent | ||
|
||
return share, err |
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.
receipt
or similar?
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.
Upodated
…dling, simplified some functions
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
…nto base func. etc
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
digitalidentity/service.go
Outdated
|
||
responseBytes, err := io.ReadAll(response.Body) | ||
if err != nil { | ||
return receipt, fmt.Errorf("failed to get read response body: %v", err) |
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.
all of these say get read
should just be read
Some minor mistakes in error messages that would be nice to clean up before merging, but all looks good now 👍 |
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.
Looks fine from the API POV
Other concerns still stand:
- Too many commits
- Too generic or not relevant commits messages
- Too many changes not related to the feature
- Static checks and quality gates not achieved
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
Co-authored-by: Klaidas Urbanavicius <klaidasurbanavicius@yahoo.co.uk>
ac64677
into
SDK-2259-go-retrieve-qr-code
No description provided.