Skip to content

Releases: mortenebak/laravel-quickpay

v0.2.0-alpha

23 Apr 18:11

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

[v0.2.0-alpha] - 2025-04-23

Added (Thanks, Anders Grønborg)

  • Implemented Subscription Resource and comprehensive exception handling.
    • Updated SubscriptionResource.php with 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:
      • FetchSubscriptionFailed
      • FetchSubscriptionsFailed
      • CreateRecurringFailed
      • CreateSubscriptionFailed
      • CreateSubscriptionLinkFailed
      • DeletePaymentLinkFailed
      • UpdateSubscriptionFailed
      • AuthorizeSubscriptionFailed
      • CancelSubscriptionFailed
      • FraudReportSubscriptionFailed
      • GetSubscriptionPaymentsFailed
    • Completed implementation of SubscriptionResource functions with API calls and integrated exception handling.

Laravel 12 support

27 Feb 07:16

Choose a tag to compare

Laravel 12 support Pre-release
Pre-release
0.1.7-alpha

Laravel 12 support

0.1.6-alpha

03 Sep 12:45

Choose a tag to compare

0.1.6-alpha Pre-release
Pre-release
remove phpstan for now

0.1.5-alpha

02 Sep 18:27

Choose a tag to compare

0.1.5-alpha Pre-release
Pre-release
update readme

0.1.4-alpha

02 Sep 18:18

Choose a tag to compare

0.1.4-alpha Pre-release
Pre-release
wip subscriptions resource

Pre Alpha Release

12 Jan 09:21

Choose a tag to compare

Pre Alpha Release Pre-release
Pre-release
0.1.3-alpha

fix make payment link

Pre Alpha Release

11 Jan 11:56

Choose a tag to compare

Pre Alpha Release Pre-release
Pre-release
0.1.0-alpha

update readme