8000 Tags · nickdnk/gatewayapi-php · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nickdnk/gatewayapi-php

Tags

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nickdnk Nicolai
Add support for encoding

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nickdnk Nicolai
Test against PHP 8.4

Require PHP >= 7.3
Require Guzzle >= 7
Update phpunit config
Fix parsing of account balance object
Fix wrong body parsing in SuccessfulResponseParsingException
Update readme

3.3.1

Toggle 3.3.1's commit message
test against php 8.3

3.3.0

Toggle 3.3.0's commit message
Add EU support

Test against 8.2

3.2.0

Toggle 3.2.0's commit message
Version 3.2.0

3.1.2

Toggle 3.1.2's commit message
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)

3.1.1

Toggle 3.1.1's commit message
Use correct HTTP exception

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test travis against 8.0 (#4)

3.0.1

Toggle 3.0.1's commit message
Release 3.0.1

Fixed nullability on get methods in SMSMessage and adjusted phpdoc property to match JSON format.

3.0

Toggle 3.0's commit message
Release 3.0.

Fixed some phpdocs and redundant error suppressions.
Removed wrong http_errors parameter from getPricesAsJSON().
0