All Notable changes to paystack-php
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Ability to load custom routes
- Invoice route
- Spread logic into several classes for improved Unit Testing
- Event
- Fees
- Subaccount Route
- To do a direct register_autoload, include autoload.php
Paystack::registerAutoloader();
- Calls will return an Object of stdClass or throw a Paystack API/cURL error instead of an array as in version 1
- Root namespace is now Yabacon instead of YabaCon
- Pages
- Subscriptions
- Use ->fetch to get a single item or call singular form with id/code
- Use ->list to get a list of items or call plural form with paging parameters
- Spread logic into several classes for improved Unit Testing
- Event
- Fees
CURL default SSL version TLSv1.2
Update Requirements for Curl, OpenSSL and PHP
define CURL_SSLVERSION_TLSv1_2
as 6 if not found, to avoid not defined error
CURL default SSL version TLSv1.2
Update Requirements for Curl, OpenSSL and PHP
define CURL_SSLVERSION_TLSv1_2
as 6 if not found, to avoid not defined error
- Nothing
- Nothing
- Nothing
- Nothing