Releases: kasirphp/kasir
Releases · kasirphp/kasir
v0.3.0-alpha1
Experimental release
v0.2.0
- Kasir now uses GuzzleHttp/Guzzle
- Rename
Requestor.php
toHttp.php
Kasir::fromArray()
andKasir::toArray()
method now automatically calculatesgross_amount
- Kasir now can send notification header to Midtrans from config file
- Rename
Http::call()
toHttp::request()
, returningPendingRequest
instead ofPromiseInterface | Response
- Exception will thrown if Midtrans responses 200 but with
status_code
body set to >= 400
Full Changelog: v0.1.5...v0.2.0
v0.1.5
Fix Gross Amount validation
.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Snap's redirect()
method now returns RedirectResponse instead of the object itself.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
Refactored codes, removed unnecessary files, created tests.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/kasirphp/kasir/commits/v0.1.0