All notable changes to paystack-php
will be documented in this file
- Added support for PHP 8.2
- Added support for PHP 8.1
- Added support for PHP-8
- Fixed the vulnerable action for actions/checkout
- Fixed bank related endpoints
- Updated composer dependency for guzzle
- Updated doc links to match the new API docs
- Added
Bank::resolveBvnPremium(string $bvn)
method - Added
BulkCharge::fetchBulkChargeBatch(string $id_or_code, $params = nul)
method - Added
Charge::submitAddress(array $params)
method - Added
Transaction::checkAuthorization(array $params)
method - Added
TransferRecipient::createBulk(array $params)
method
- Removed redundant ApiErrorException Exception
- Fixed UnexpectedValueException Exception namespace to be psr-4 compliant
- Fixed the verify Transaction endpoint
- initial release