This changelog references the relevant changes (bug and security fixes) done to jomweb/billplz
.
Released: 2022-12-14
- Added support for payments with Extra Payment Completion Info.
Released: 2022-02-08
- Improves generic type hint.
- Fixes
Laravie\Codex\Request::getApiEndpoint()
usage.
Released: 2020-12-28
- Bump Codex dependencies.
Released: 2020-12-28
- Update to support PHP 8.
Released: 2020-04-03
- Merge
$optional['redirect_url']
when constructingBillplz\PaymentCompletion
forBill
resource. - Update sandbox API endpoint to
https://www.billplz-sandbox.com/api
.
Released: 2020-02-17
- Added
Billplz\Signature::create()
method. - Add
WEBHOOK_PARAMETERS
andREDIRECT_PARAMETERS
toBillplz\Signature
.
Released: 2020-01-06
- Added
Billplz\PaymentCompletion
implementation based onBillplz\Contracts\PaymentCompletion
contract to handle registering redirect and callback URLs.
new Billplz\PaymentCompletion(string $callbackUrl, ?string $redirectUrl = null);
- Update minimum PHP version to 7.2+.
- Remove deprecated
Billplz\Client::massPaymentCollection()
method andBillplz\Four\Collection\MassPayment
implementation. - Remove deprecated
Billplz\Client::massPayment()
method andBillplz\Four\MassPayment
implementation. - Remove deprecated
Billplz\Base\Bill\Transaction::show()
method, useget()
to fetch bill transactions.