Releases: lloricode/paymaya-sdk-php
Releases · lloricode/paymaya-sdk-php
0.5.0-alpha - 2021-05-17
- Drop support php 7
- Drop support spatie/data-transfer-object v2
- Add support spatie/data-transfer-object v3
v0.4.4 - 2021-04-06
- Optimise Guzzle Client parameter with handler
v0.4.3 - 2021-03-22
- Add default headers
v0.4.2 - 2021-03-05
- Add delete customization
- Set null all customization properties if there is no return by paymaya api
v0.4.1 - 2021-03-01
- Handle 404 when customization is empty
v0.4.0 - 2021-02-26
- Move webhook class
- Add checkout customization
v0.3.0 - 2021-02-23
- Add show checkout with id
- Set all properties to public (to compatible also in spatie DTO)
- Add spatie DTO (https://github.com/spatie/data-transfer-object)
- Rename all properties depends on paymaya response
- Remove all getter
- Rename all classes depends on parmaya
- Remove all ::new() functions (fix for psalm)
v0.2.2: ...
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
v0.2.1: :eyes: Add show code coverage
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
v0.2.0 Enhance Testing
No deprecate update, just enhance unit testing by using mocking