Releases: mortenebak/laravel-quickpay
Releases · mortenebak/laravel-quickpay
v0.2.0-alpha
[v0.2.0-alpha] - 2025-04-23
Added (Thanks, Anders Grønborg)
- Implemented Subscription Resource and comprehensive exception handling.
- Updated
SubscriptionResource.phpwith the following functions adjusted:all()find()createSubscriptionLink()deletePaymentLink()create()update()authorize()cancel()createRecurring()fraudReport()getPayments()
- Introduced dedicated exception classes for various subscription operations in ../Exceptions/Subscriptions:
FetchSubscriptionFailedFetchSubscriptionsFailedCreateRecurringFailedCreateSubscriptionFailedCreateSubscriptionLinkFailedDeletePaymentLinkFailedUpdateSubscriptionFailedAuthorizeSubscriptionFailedCancelSubscriptionFailedFraudReportSubscriptionFailedGetSubscriptionPaymentsFailed
- Completed implementation of SubscriptionResource functions with API calls and integrated exception handling.
- Updated
Laravel 12 support
0.1.7-alpha Laravel 12 support
0.1.6-alpha
remove phpstan for now
0.1.5-alpha
update readme
0.1.4-alpha
wip subscriptions resource
Pre Alpha Release
0.1.3-alpha fix make payment link
Pre Alpha Release
0.1.0-alpha update readme