[recurring] Code generation: update services and models#1935
[recurring] Code generation: update services and models#1935AdyenAutomationBot wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new SDK generation log for the 'recurring' service and performs minor code cleanup in the 'clouddevice' package, including the removal of an unused import and formatting adjustments in Javadoc and test assertions. A review comment points out a discrepancy where the generation log specifies the 'recurring' service while the code changes are located within the 'clouddevice' service package, suggesting a potential misconfiguration in the automated generation process.
| @@ -0,0 +1,8 @@ | |||
| { | |||
| "service": "recurring", | |||
There was a problem hiding this comment.
The service name specified in this log file is 'recurring', but the code changes in this pull request are located in the 'clouddevice' service package. This discrepancy suggests that the automated generation process may have incorrectly targeted the wrong service or that the pull request is mislabeled.
8a70efe to
c22d9b5
Compare
This PR contains the automated changes for the
recurringservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.