Kendall Arneaud
a2e2abb93c
Update SystemLog.php
...
add rotessa to system log type
Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:01:43 -04:00
David Bomba
72aadc0c16
php-cs-fixer
2024-06-14 17:09:44 +10:00
David Bomba
a1fa52dfd3
Updates for BTC payment driver
2024-05-19 19:14:46 +10:00
David Bomba
f65567a637
Update copyright
2024-04-12 14:15:41 +10:00
David Bomba
40086db271
cs fixer
2024-01-14 15:05:00 +11:00
David Bomba
0033fee578
Paypal
2023-10-16 12:05:19 +11:00
David Bomba
c0acc7a15e
Add successful payments for square to system logs
2023-08-19 10:03:56 +10:00
David Bomba
615e82a5c8
ide helpers
2023-03-08 18:33:42 +11:00
David Bomba
35775706be
Improve backoff using exponential decay
2023-01-29 11:51:57 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
5888252267
Enhance bulk action guards + validation layer
2023-01-22 16:34:47 +11:00
David Bomba
8e5c825750
fixes for storage paths in self host
2022-10-12 11:27:14 +11:00
Kishan Patel
2f80012f64
Merge branch 'v5-develop' into system_logger_for_forte
2022-08-08 08:41:15 +05:30
Kishan Patel
8438b1ed87
system logger added for Forte.
2022-08-04 19:32:15 +05:30
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
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
68f735d43b
Fixes for trailing zeros in quantity column
2022-02-13 18:54:33 +11:00
David Bomba
4fe06b8a29
v5.3.56
2022-02-07 19:14:54 +11:00
Benjamin Beganović
9b388c9c5f
Add TYPE_RAZORPAY SystemLog constant
2021-10-07 16:33:38 +02:00
Benjamin Beganović
77c95b5535
Add TYPE_GOCARDLESS constant in SystemLog
2021-09-28 18:24:44 +02:00
=
fb61138e73
Square Payment DriveR
2021-09-19 21:10:27 +10:00
David Bomba
0e33d3f03f
Add Direct Statics Controller
2021-09-16 13:38:16 +10:00
=
c016f5d08a
Merge eWay payment driver
2021-08-18 21:21:05 +10:00
David Bomba
f57d6f048f
Fixes for eWay
2021-08-18 18:24:49 +10:00
David Bomba
86e8533e59
Square stubs
2021-08-14 18:11:45 +10:00
David Bomba
bc81043973
Fixes for Molli
2021-08-11 16:43:20 +10:00
David Bomba
7b73104a45
Merge branch 'paytrace' into v5-develop
2021-08-11 10:03:02 +10:00
=
3fe22e79a8
system logs
2021-08-08 22:20:32 +10:00
Benjamin Beganović
a29d4f2075
wip
2021-07-23 14:43:32 +02:00
David Bomba
437bb735d6
Working on eWay
2021-07-22 16:05:58 +10:00
David Bomba
c0287085b5
Scaffolding Paytrace
2021-07-20 21:26:24 +10:00
David Bomba
50749cd2bb
Payfast
2021-06-24 14:43:14 +10:00
David Bomba
172604a1a0
WePay
2021-06-20 22:10:22 +10:00
=
886e006de7
Handle payment success/failure with WePay
2021-06-20 09:57:19 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
95c9eb03a9
merge v5-dev
2021-06-14 20:47:03 +10:00
David Bomba
ac77100981
New login notification
2021-05-12 16:31:02 +10:00
David Bomba
8c00bce71b
We Pay signup
2021-05-05 14:29:58 +10:00
Benjamin Beganović
e77c3492ed
wip
2021-04-28 12:54:27 +02:00
David Bomba
f54c482010
Postmark webhooks
2021-02-24 09:56:23 +11:00
David Bomba
78d726a483
Fixes for system logging custom payment drivers
2021-01-27 16:10:05 +11:00
David Bomba
7d46ec489a
User Activities
2021-01-14 14:44:52 +11:00
David Bomba
b2b464fb9e
Check PhantomJS response is valid PDF
2021-01-13 10:25:33 +11:00
David Bomba
43626c92a2
Tests for PDF mime
2021-01-13 10:12:01 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01: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
4c3f466d58
Tests for system log routes
2020-08-24 20:28:47 +10:00
David Bomba
d7dd544271
System logs
2020-08-24 19:51:19 +10:00