Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@siarheipashkevich siarheipashkevich released this 22 Feb 09:28

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