3.0.0
BREAKING CHANGES:
- Main classes renamed:
APIClient->AppStoreServerAPIAPIClientInterface->AppStoreServerAPIInterfaceNotification\ResponseBodyV2->ResponseBodyV2JWT->Util\JWTRequest\GetTransactionHistory->Request\GetTransactionHistoryRequestRequest\RequestTestNotification->Request\RequestTestNotificationRequestRequest\GetTransactionHistoryQueryParams->RequestQueryParams\GetTransactionHistoryQueryParams
- Environment consts moved out from all classes to the separate class
Environment getTransactionHistory()method signature changed: it no longer expects for QueryParams instance as a second arguments, now it expects array insteadAppStoreServerAPI(previouslyAPIClient) constructor signature changed:$environmentargument type changed from int to string$keyIdand$keyarguments swapped
IMPROVEMENTS:
- PHP 7.4 support out of the box ;)
- A lot of new endpoints (see README)
- Examples for all implemented endpoints (and notification listener)