-
Notifications
You must be signed in to change notification settings - Fork 4
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
DO NOT MERGE - 36: Initial controllers and their interfaces for VRPs #421
Conversation
3f8f240
to
05139a1
Compare
nickname = "domesticVrpConsentsConsentIdFundsConfirmationPost", | ||
notes = "create a domestic vrp", | ||
response = Object.class, | ||
// authorizations = { |
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.
Why are all the authorization's commented out?
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.
Because I don't know if they're correct. I mentioned "I have inserted them in commented out sections, but certain things (e.g. the scopes) may not be correct" in the description above.
Try model regeneration again as there have been subsequent releases of 3.1.8 including recent changes and fixes. Which indicates that the models should generate OK. Latest 3.1.8 tag is here; |
Some changes to VRP and Funds Conformation Issue: OpenBankingToolkit/openbanking-toolkit#45
- Fix simbols - Fix Shortcuts annotations in VRP controller interfaces Issue: OpenBankingToolkit/openbanking-toolkit#47
- Fix VRP request Mapping controllers annotation Issue: OpenBankingToolkit/openbanking-toolkit#47
05139a1
to
cc8df31
Compare
- There are no request parameters in v3.1.8 of the VRP swagger spec, meaning the generated code did not have any request body objects or headers. I have added the request body objects manually, but they may not e correct. - I assume this is a mistake in the swagger spec and have created this issue: OpenBankingUK/read-write-api-specs#51 - As per other controllers in the Read/Write API, a number of annotations (e.g. @PreAuthorize and @OpenBankingAPI) need adding. I have inserted them in commented out sections, but certain things (e.g. the scopes) may not be correct. Issue: OpenBankingToolkit/openbanking-toolkit#36
For better comparison with the newly generated controllers in the feature/36-variable-recurring-payments-for-3-1-8 branch.
45ea610
to
db14cf3
Compare
Closed, VRP payments has been implemented currently from v3.1.8 to v3.1.9. |
Initial controllers and their interfaces for VRPs
@PreAuthorize
and@OpenBankingApi
) need adding. I have inserted them in commented out sections, but certain things (e.g. the scopes) may not be correct.Issue: OpenBankingToolkit/openbanking-toolkit#36