[management] Code generation: update services and models - #497
AdyenAutomationBot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the DonationCampaignsApi class to the management service, adding endpoints for managing donation campaigns and listing nonprofits. Feedback suggests adding corresponding unit tests to prevent regressions, and implementing defensive checks for required path parameters (such as companyId and donationCampaignId) to avoid malformed API requests.
| from ..base import AdyenServiceBase | ||
|
|
||
|
|
||
| class DonationCampaignsApi(AdyenServiceBase): |
There was a problem hiding this comment.
A new API class DonationCampaignsApi has been introduced with several new endpoints, but no corresponding unit tests have been added to test/ManagementTest.py. To ensure correctness and prevent future regressions, please add unit tests covering these new methods (e.g., verifying the correct HTTP method, endpoint URL construction, and request body handling).
7d71175 to
8ca48f1
Compare
9923128 to
1a2c97e
Compare
f735b55 to
04b7963
Compare
61f711e to
2a44ef0
Compare
38bacac to
3c3c31a
Compare
ffb4dbe to
c36b6ad
Compare
b22dfb6 to
208cca4
Compare
|
Adding label |
9eb1764 to
20d7dbd
Compare
20d7dbd to
f96c896
Compare
|



This PR contains the automated changes for the
managementservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.