[balanceplatform] Code generation: update services and models - #385
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
7c8ba88 to
c69db27
Compare
c69db27 to
145c073
Compare
bf03365 to
c65e7a2
Compare
|
c65e7a2 to
5f8be47
Compare
|
91650f9 to
8fb2f7e
Compare
85d498f to
98161f4
Compare
03e4146 to
f0be8a1
Compare
1220ab8 to
e48aa1e
Compare
ef1e11b to
9be4563
Compare
9be4563 to
53a7578
Compare
ca2219d to
ba57bd8
Compare
ba57bd8 to
825fbbe
Compare
|



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