Releases: siarheipashkevich/loyverse-sdk
v2.0.0
Breaking changes:
https://developer.loyverse.com/docs/#tag/Employees/paths/~1employees/get
$loyverse->employees(array $parameters);
will return an array ['employees' => [], 'cursor' => 'string']
https://developer.loyverse.com/docs/#tag/Items/paths/~1items/get
$loyverse->items(array $parameters);
will return an array ['items' => [], 'cursor' => 'string']
https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/get
$loyverse->receipts(array $parameters);
will return an array ['receipts' => [], 'cursor' => 'string']
https://developer.loyverse.com/docs/#tag/Shifts/paths/~1shifts/get
$loyverse->shifts(array $parameters);
will return an array ['shifts' => [], 'cursor' => 'string']
https://developer.loyverse.com/docs/#tag/Variants/paths/~1variants/get
$loyverse->variants(array $parameters);
will return an array ['variants' => [], 'cursor' => 'string']
Full Changelog: 1.0.2...2.0.0
v1.0.2
Supports PHP 8.4
Full Changelog: 1.0.1...1.0.2
v1.0.1
Added missing properties to the some resources
v1.0.0
Updated GitHub workflow and make the package as stable
v0.2.4
Changed
- Changed github worflow
v0.2.3
- Added tests to scheduling and some small changes in configuration
v0.2.2
Added
- Adds missing createReceipt method
v0.2.1
Fixed
- Allow TimeoutException to be passed null values
v0.2.0
Stabilization
v0.1.9
Stabilization