You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api)!: remove magic service properties from SumUp
Drop property-based service access and keep explicit service methods as the only public SDK entrypoint (e.g. checkouts()).
Update README, examples, and tests to use method-based access consistently.
Align the dormant codegen SumUp template with method-only service access.
BREAKING CHANGE: property access like $sumup->checkouts is no longer supported; use $sumup->checkouts() instead.
For a full list of available services and methods, explore the `src/Services/` directory or check the inline documentation in the code.
122
+
For a full list of available services and methods, explore the service files under `src/*/*.php` (for example `src/Checkouts/Checkouts.php`) or check the inline documentation in the code.
0 commit comments