Releases: alma/alma-php-client
Releases · alma/alma-php-client
v0.0.6
- Adds the possibility to flag a payment as potentially fraudulent
v0.0.5
v0.0.5
- Adds
Alma\API\Payment::STATE_PAID
v0.0.4
v0.0.4
- Adds support for Sandbox API root
v0.0.3
- Bug fixes:
- Missing default Logger in Client instantiation - now using Psr\Log\NullLogger
- Alma\Api\Entity\Payment attributes had been wrongly converted to
camelCase
v0.0.2
- Updates root namespace to Alma\API instead of just Alma
- Adds PSR-4 autoload config to composer.json
- Logger is now just an option to the Client creation
- Uses PSR-3 logger spec
v0.0.1
Initial "pre-release" of PHP API client, API still moving things around a little bit