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
Upgraded Guzzle compatibility to version 7
Removed some redundant PhpDocs
Removed handling of 204 responses (not sent by GatewayAPI)
Fixed incorrect ?self base return type of constructFromResponse() - should be static, but this only works in PHP 7.4+.
Added test to make sure all 500-range errors become GatewayServerException (in case of future === 500 instead of >= 500 mistakes)