Skip to content

[management] Code generation: update services and models - #497

Open
AdyenAutomationBot wants to merge 1 commit into
mainfrom
sdk-automation/management
Open

AdyenAutomationBot wants to merge 1 commit into
mainfrom
sdk-automation/management

Conversation

@AdyenAutomationBot

@AdyenAutomationBot AdyenAutomationBot commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the automated changes for the management service.

The commit history of this PR reflects the adyen-openapi commits that have been applied.

@AdyenAutomationBot
AdyenAutomationBot requested a review from a team as a code owner July 13, 2026 14:23

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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).

Comment thread Adyen/services/management/donation_campaigns_api.py
Comment thread Adyen/services/management/donation_campaigns_api.py
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 8 times, most recently from 7d71175 to 8ca48f1 Compare July 21, 2026 09:54
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 4 times, most recently from 9923128 to 1a2c97e Compare July 27, 2026 10:29
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 3 times, most recently from f735b55 to 04b7963 Compare August 4, 2026 17:15
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 2 times, most recently from 61f711e to 2a44ef0 Compare August 7, 2026 15:19
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 3 times, most recently from 38bacac to 3c3c31a Compare August 21, 2026 14:01
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 2 times, most recently from ffb4dbe to c36b6ad Compare August 27, 2026 13:58
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/management branch 4 times, most recently from b22dfb6 to 208cca4 Compare September 10, 2026 20:56
@poojah-adyen

Copy link
Copy Markdown
Contributor

Adding label Don't merge as there’s a pipeline issue currently being worked on that would regenerate these specs.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants