David Bomba
b1dc70f18a
Save Bank Transaction manually
2022-10-24 09:14:42 +11:00
David Bomba
f5ee320ce2
Allow Bank Accounts to be created manually
2022-10-24 09:07:55 +11:00
Shift
e0a8e84108
Shift core files
2022-06-21 09:59:19 +00: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
1e30bf4bdc
Accept a purchase order
2022-06-15 15:20:00 +10:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
3a22fd0384
Fixes for task edge cases
2022-03-30 13:54:40 +11:00
David Bomba
ea18f24c4e
remove -increment() methods
2022-03-27 17:04:13 +11:00
David Bomba
548510d686
Improvements for credits
2022-01-28 16:30:40 +11:00
David Bomba
b8e81df058
Add some exceptions to the ignore list
2021-10-26 08:00:30 +11:00
David Bomba
e22967f10d
Performance improvements removing unpaid gateway fees
2021-10-25 07:25:14 +11:00
David Bomba
aada0cfa41
Throw exceptions for StripeConnect Failures
2021-08-15 16:21:18 +10:00
David Bomba
f644a2b460
Fixes for live preview
2021-07-27 22:20:32 +10:00
David Bomba
4d91a7f4ec
Minor Fixes
2021-07-08 18:13:07 +10:00
David Bomba
a21eb3be0f
Improve Hosted Exceptions
2021-07-08 15:33:33 +10:00
David Bomba
9fd3bff97d
Autoarchive quotes on convert
2021-07-08 11:48:11 +10:00
David Bomba
ec028ccf69
Fixes for WePay ACH
2021-06-25 08:38:15 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
d1d525cef0
Fix for regression in Handler.php
2021-06-04 08:19:59 +10:00
David Bomba
c77660495c
Fixes for subscriptions
2021-06-04 08:16:18 +10:00
David Bomba
a482e3c37e
Fixes for Stripe Connect
2021-05-19 09:03:30 +10:00
David Bomba
1cc3eed322
Fixes for exceptions
2021-05-19 08:08:37 +10:00
David Bomba
470fb67877
Fixes for subdomain checks
2021-05-18 23:12:03 +10:00
David Bomba
9599c8de4f
Refactor for Stripe Connect
2021-05-18 12:13:00 +10:00
David Bomba
477aa691a9
Add custom exceptions
2021-04-12 14:36:51 +10:00
=
646130a104
Fixes for tests
2021-03-28 13:26:46 +11:00
=
40dc8efd46
limit logging conditionally
2021-03-28 13:19:44 +11:00
David Bomba
e8d40d2fde
Fixes for tests
2021-02-22 08:29:39 +11:00
David Bomba
53f79440c0
Connected accounts
2021-02-22 08:27:00 +11:00
David Bomba
1e5b112254
Filter additional exceptions
2021-02-11 14:06:03 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
Benjamin Beganović
20c010448a
apply php-cs-fixer
2020-12-16 12:52:40 +01:00
David Bomba
2c4aaa2131
Fixes for sentry reporting
2020-12-14 07:37:29 +11:00
David Bomba
0f86b3ec21
Fixes
2020-12-13 21:33:30 +11:00
David Bomba
8abce54d7e
Fixes for customised language options for Preview Controller
2020-12-13 10:20:03 +11:00
David Bomba
419b381c21
Filter exceptions
2020-12-12 22:23:29 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
5cd2ae0dbe
payment listeners
2020-11-12 14:04:27 +11:00
=
0077df1be7
Handler.php
2020-11-01 16:16:37 +11:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba
c1da36477e
Exclude some errors from reporting
2020-08-19 16:35:35 +10:00
David Bomba
181c343594
Minor fixes for authorize.net
2020-08-13 12:30:45 +10:00
David Bomba
3514491300
Changing error structure, regression fixes for shop/client route
2020-08-12 08:59:28 +10:00
David Bomba
68f26d680c
Working on Credit payments
2020-07-22 22:16:02 +10:00
David Bomba
4bee89263a
Fixes for credit payments
2020-07-21 20:35:43 +10:00
David Bomba
3a77f62b9d
Configure releases in sentry, and add assigned_user_id to demo data
2020-07-21 11:54:49 +10:00
David Bomba
8420a4bac1
Remove redundant properties from account table and transformer
2020-07-21 09:00:59 +10:00
David Bomba
7af826fa7f
Minor fixes for documents
2020-06-22 21:32:10 +10:00
David Bomba
c2211bf2f0
FIxes for tests
2020-06-22 13:07:58 +10:00