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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Support for PHP 8.
Changed
[BC Break] Removed AuthRequest, refactored all requests to expect the combinationId.
[BC Break] All objects now use public properties instead of getter/setter methods.
[BC Break] Refactored client to return the Guzzle Promise object instead of managing it internal, for more flexibility on how to wait on multiple requests.
Removed
[BC Break] All /combination requests, as they are now part of the new Combination API.