David Bomba
|
4babfbb651
|
php-cs-fixer
|
2023-02-16 12:36:09 +11:00 |
|
David Bomba
|
cb47c9d40e
|
Fixes for applying invoice numbers to subscriptions where invoice number is set to When Sent
|
2023-02-07 22:25:40 +11:00 |
|
David Bomba
|
079889a711
|
Fixes for using credits in subscriptions
|
2023-02-04 16:28:03 +11:00 |
|
David Bomba
|
5e68199396
|
Add payment number when generating credit payment from subscription
|
2023-02-04 15:51:39 +11:00 |
|
David Bomba
|
9b9f73aed2
|
Clean up for using credits to settle a subscription
|
2023-02-04 12:59:32 +11:00 |
|
David Bomba
|
6c86d7151a
|
Update copyright year
|
2023-01-29 09:21:40 +11:00 |
|
David Bomba
|
3545482892
|
Find trashed invoices
|
2023-01-23 18:40:04 +11:00 |
|
David Bomba
|
a382dbe1b6
|
Fixes for calculating pro rata refunds for subscriptions
|
2023-01-19 13:20:05 +11:00 |
|
David Bomba
|
4364f0d168
|
Clean up for createsingleaccount
|
2023-01-19 12:16:51 +11:00 |
|
David Bomba
|
7b40340047
|
Fixes for Purchase Order Filters
|
2023-01-19 10:23:42 +11:00 |
|
David Bomba
|
8ee1f8eaf1
|
Improve subscriptions v2 for free subscriptions
|
2023-01-18 21:06:09 +11:00 |
|
David Bomba
|
0d767f7d98
|
update billing_context to use hashed_ids
|
2023-01-18 16:52:32 +11:00 |
|
David Bomba
|
0497089e27
|
Fixes for pro rata calculations where discounts are involved
|
2023-01-12 21:31:46 +11:00 |
|
David Bomba
|
7e7cffa8c8
|
Fixes for recurring invoice cancellations
|
2023-01-12 17:29:28 +11:00 |
|
David Bomba
|
80a5d8a37d
|
Fixes for pro rata invoicing
|
2023-01-12 14:21:54 +11:00 |
|
David Bomba
|
5320b953db
|
Fix for data leak on products route when using the ?with filter
|
2023-01-12 13:40:26 +11:00 |
|
David Bomba
|
5d459aaa2f
|
Fixes for credit creation after downgrading a subscription service
|
2023-01-10 14:32:53 +11:00 |
|
David Bomba
|
3bc24a8bd7
|
Fixes for subscriptions where invoices were not being attached correctly back to the recurring invoice:
|
2023-01-09 22:09:07 +11:00 |
|
David Bomba
|
d4356af782
|
Refactor Livewire passing references
|
2022-12-23 11:33:14 +11:00 |
|
David Bomba
|
28cbe52d9c
|
Refactor for subscriptions and changing between subscriptions
|
2022-12-22 15:58:18 +11:00 |
|
David Bomba
|
13f8aa2140
|
Refactor subscription invoices to use standard allow temporary invoice numbers until they are confirmed
|
2022-12-20 21:46:20 +11:00 |
|
David Bomba
|
9cb1e2b0b4
|
Harvest only the error message from the webhook endpoint
|
2022-12-19 14:57:44 +11:00 |
|
David Bomba
|
66ba48bb49
|
minor fixes for subscriptions
|
2022-12-19 12:38:03 +11:00 |
|
David Bomba
|
fd789ffddc
|
Fixes for change plan with subscriptions
|
2022-12-18 20:57:32 +11:00 |
|
David Bomba
|
d6aedeef91
|
Subscriptions v2 - handle trial
|
2022-12-16 16:21:14 +11:00 |
|
David Bomba
|
55c0453b75
|
Subscriptions v2
|
2022-12-15 12:16:50 +11:00 |
|
David Bomba
|
a63d267deb
|
Subscriptions v2
|
2022-12-12 16:00:39 +11:00 |
|
David Bomba
|
32ff078a64
|
Remove all instances of dispatchSync()
|
2022-12-12 15:27:22 +11:00 |
|
David Bomba
|
043178fbdb
|
changes for layout of Subscriptions
|
2022-12-01 17:05:27 +11:00 |
|
David Bomba
|
420cb19701
|
Fix for subscription cancellation where there are no outstanding invoices present to refund
|
2022-11-27 08:20:03 +11:00 |
|
David Bomba
|
ecfd306fd7
|
Clean up subscription service
|
2022-11-27 08:12:37 +11:00 |
|
David Bomba
|
bb4687f18d
|
Clean up how we execute scheduled commands
|
2022-11-27 07:52:49 +11:00 |
|
David Bomba
|
a43f30adbc
|
Refactor for switch plans
|
2022-09-02 10:38:27 +10:00 |
|
David Bomba
|
384ce1fa8d
|
Use transaction when marking an invoice as paid
|
2022-08-29 18:15:50 +10:00 |
|
David Bomba
|
f45d7f2897
|
Psalm cleanup
|
2022-08-16 09:39:12 +10:00 |
|
David Bomba
|
071f2ee102
|
Post Merge v5-develop
|
2022-07-15 17:41:30 +10:00 |
|
David Bomba
|
ffcd3b05d4
|
Add quantities to subscriptions
|
2022-07-06 17:12:29 +10:00 |
|
Shift
|
19080933b6
|
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
|
2022-06-21 09:57:17 +00:00 |
|
David Bomba
|
03f756fc5d
|
Fixes for plan controller
|
2022-06-15 14:38:22 +10:00 |
|
David Bomba
|
6f491dfb92
|
Update Copyright text
|
2022-04-27 13:20:41 +10:00 |
|
David Bomba
|
59e032f883
|
Handle user not present in completePurchase method of subscriptions
|
2022-04-06 14:52:07 +10:00 |
|
David Bomba
|
c02bc2c389
|
Text email templates
|
2022-03-04 14:01:09 +11:00 |
|
David Bomba
|
6fbaa209a7
|
Fixes for subscription service
|
2022-03-04 09:05:21 +11:00 |
|
David Bomba
|
313ea3e9fb
|
Fixes for credits
|
2022-03-01 08:39:30 +11:00 |
|
David Bomba
|
de8ee988b7
|
Improve refunding from subscription upgrades
|
2022-02-28 14:44:06 +11:00 |
|
David Bomba
|
fb1e27ba7d
|
Clean up for due date days recurring invoices
|
2022-02-16 13:24:10 +11:00 |
|
David Bomba
|
03d43470fb
|
Working on csv import refactor
|
2022-02-01 17:14:27 +11:00 |
|
David Bomba
|
0c267131c4
|
Improve subscription service
|
2021-12-01 16:22:22 +11:00 |
|
David Bomba
|
445ba94201
|
Clean up subscription services
|
2021-12-01 12:24:00 +11:00 |
|
David Bomba
|
9edd8c6de5
|
Ninja plan
|
2021-11-24 14:31:05 +11:00 |
|