v4.0.0
Added
- Added
Billplz\PaymentCompletionimplementation based onBillplz\Contracts\PaymentCompletioncontract to handle registering redirect and callback URLs.
new Billplz\PaymentCompletion(string $callbackUrl, ?string $redirectUrl = null);Changes
- Update minimum PHP version to 7.2+.
Removed
- Remove deprecated
Billplz\Client::massPaymentCollection()method andBillplz\Four\Collection\MassPaymentimplementation. - Remove deprecated
Billplz\Client::massPayment()method andBillplz\Four\MassPaymentimplementation. - Remove deprecated
Billplz\Base\Bill\Transaction::show()method, useget()to fetch bill transactions.