[balanceplatform] Code generation: update services and models#385
[balanceplatform] Code generation: update services and models#385AdyenAutomationBot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the BalancePlatform service by moving sweep-related methods from BalanceAccountsApi to a new CustomPayoutSchedulesSweepsApi class and introducing a ManagedPayoutSchedulesApi class. A critical issue was identified where existing tests in spec/balance_platform_spec.rb were not updated to reflect these changes, which will lead to test failures when calling the moved methods.
I am having trouble creating individual review comments. Click here to see my feedback.
lib/adyen/services/balancePlatform/balance_accounts_api.rb (23-45)
The sweep-related methods have been moved from BalanceAccountsApi to the new CustomPayoutSchedulesSweepsApi class, but the tests in spec/balance_platform_spec.rb have not been updated. This will cause existing tests to fail. For example, the test 'makes a balance_account/sweeps DELETE call' still calls balance_accounts_api.delete_sweep. Please update the tests to call these methods from the new custom_payout_schedules_sweeps_api.
5d23244 to
a79c5d4
Compare
3eb8bc0 to
fae260c
Compare
fae260c to
7c8ba88
Compare
|



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