Releases: sebdesign/laravel-viva-payments
Releases · sebdesign/laravel-viva-payments
v6.0.0-beta.3
Added
- Add missing parameters to
TransactionPaymentCreated
v6.0.0-beta.2
Added
- Add
BinId
toTransactionPaymentCreated
v6.0.0-beta.1
Added
- Add support for Laravel 10
v6.0.0-alpha.6
Fixed
- Make
cardUniqueReference
nullable on transaction response (#29)
v6.0.0-alpha.5
Fixed
- Add
TransactionTypeId
to recurring transaction response
v6.0.0-alpha.4
Fixed
- Make
merchantTrns
nullable on transaction response (#28)
v6.0.0-alpha.3
- Improve exceptions
- Create recurring transactions for ISV
v6.0.0-alpha.2
- Extract service objects in subdirectory
- Rename
SmartCheckout
facade toViva
- Create payment orders for ISV
- Retrieve transaction by id for ISV
v6.0.0-alpha.1
Added
- Implement Smart Checkout
- Create card tokens
- Add support for PHP 8.2
Changes
- Dispatch events instead of extending controller for handling webhooks
Removed
- Remove Simple Checkout
- Remove Native Checkout
- Remove Redirect Checkout
- Remove deprecated APIs
- Drop support for PHP 8.0 and below
- Drop support for Laravel 8 and below