[ACL-231] Support for generate idempotency keys when not provided#233
Merged
tl-Roberto-Mancinelli merged 9 commits intomainfrom Feb 4, 2025
Merged
[ACL-231] Support for generate idempotency keys when not provided#233tl-Roberto-Mancinelli merged 9 commits intomainfrom
tl-Roberto-Mancinelli merged 9 commits intomainfrom
Conversation
fba33ef to
af1d1dc
Compare
c684d91 to
3214d0c
Compare
3214d0c to
0d047e7
Compare
dili91
reviewed
Dec 20, 2024
dili91
reviewed
Dec 20, 2024
| //TODO: is it correct that this method expects a mandate type? | ||
| /// <inheritdoc /> | ||
| public async Task<ApiResponse<MandateDetailUnion>> GetMandate(string mandateId, MandateType mandateType, CancellationToken cancellationToken = default) | ||
| public async Task<ApiResponse<MandateDetailUnion>> GetMandate( |
Contributor
There was a problem hiding this comment.
One day it would be nice standardising the handling for scopes across libs. I think we should also start from the API and re-assess if using scopes to segregate type of mandates is correct... It does not seem to be very inline with Oauth?
Collaborator
Author
There was a problem hiding this comment.
That's something we considered, it will be nice to remove those scopes
dili91
reviewed
Dec 20, 2024
dili91
reviewed
Dec 20, 2024
# Conflicts: # src/TrueLayer/Payments/PaymentsApi.cs # test/TrueLayer.AcceptanceTests/MandatesTests.cs # test/TrueLayer.AcceptanceTests/PaymentTests.cs # test/TrueLayer.AcceptanceTests/PayoutTests.cs
dili91
approved these changes
Jan 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.