Releases: wildlink/wildlink-api-php
Releases · wildlink/wildlink-api-php
1.1.8
1.1.7
1.1.6
1.1.5
Added new debug feature. When instantiating a WildlinkClient, a new, fifth parameter can be included to signal whether you want the SDK to output raw communication between the client and server. Default value of this parameter is 0. Any non-zero value will enable debug output.
1.1.4
1.1.3
1.1.2
This release adds methods to:
- Request all available concepts (concepts that haven't been added to the application's black/whitelist of concepts)
- Add an available concept to the application (concept will be added to the application's blacklist or whitelist depending on application configuration)
Improved error messaging
- Better error message when trying to invoke getPagedCommissions outside of a CommissionList object
New method: Get commission rates for a given merchant
- Added new getMerchantCommissionRates method for getting all commission rate info for a given merchant
- Bug fixes in Readme
- Added documentation to Readme for alternative commissions looping
Added CommissionList object
- Improved method for fetching all commissions changed since X date (implements a CommissionList object similar to MerchantList)