[storedvalue] Code generation: update services and models#1942
[storedvalue] Code generation: update services and models#1942AdyenAutomationBot wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a generation log for the 'storedvalue' service and performs minor cleanup in the 'clouddevice' package, including the removal of an unused import and reformatting of Javadoc and test assertions. A discrepancy was identified where the service metadata in the log file refers to 'storedvalue' while the code changes are within the 'clouddevice' package, suggesting a potential misconfiguration in the automated generation process.
| @@ -0,0 +1,8 @@ | |||
| { | |||
| "service": "storedvalue", | |||
There was a problem hiding this comment.
The PR title and the "service" field in this log file indicate that the changes are intended for the "storedvalue" service. However, the actual code modifications are within the "com.adyen.service.clouddevice" package, which corresponds to the Cloud Device (Terminal) API. This discrepancy suggests a potential misconfiguration in the automated code generation process or an incorrect service target for this PR.
9b38c45 to
7ae534e
Compare
This PR contains the automated changes for the
storedvalueservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.