David Bomba
|
7a15afa827
|
Fixes for tests
|
2022-09-15 17:56:11 +10:00 |
|
Shift
|
4f7a8f9752
|
Set return type of base TestCase methods
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:
- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`
[1]: https://phpunit.de/announcements/phpunit-8.html
|
2022-06-21 10:00:57 +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
|
e153a0a06a
|
Update license
|
2022-06-08 14:25:44 +10:00 |
|
David Bomba
|
d325822180
|
Fixes for fee calculations - tests
|
2022-03-16 21:50:22 +11:00 |
|
David Bomba
|
9fa043afdd
|
Fixes for tests
|
2021-01-30 00:06:29 +11:00 |
|
David Bomba
|
b5ff2d8a02
|
Fixes for company gateway payment method resolution
|
2021-01-27 12:06:25 +11:00 |
|
David Bomba
|
b5606c1524
|
Fixes for task statuses and tests
|
2021-01-08 09:25:00 +11:00 |
|
Benjamin Beganović
|
5833df9850
|
Refactor calcGatewayFee:
- Remove default GatewayType::CREDIT_CARD
- Swapped spaces for taxes & gateway type
|
2021-01-04 14:07:50 +01:00 |
|
David Bomba
|
934610a01c
|
Update copyright + version bump + set canadian dollar symbol to $
|
2021-01-04 08:54:54 +11:00 |
|
=
|
7a058c9ae6
|
Move logging to nlog
|
2020-12-30 08:10:03 +11:00 |
|
Benjamin Beganović
|
ae88d5e08e
|
php-cs-fixer format
|
2020-11-25 15:19:52 +01:00 |
|
David Bomba
|
fe5218fd2c
|
Fixes for resolving company_user from user object
|
2020-11-13 21:42:06 +11:00 |
|
David Bomba
|
4d58188da4
|
Refactor company gateway schema for required fields
|
2020-11-04 08:29:53 +11:00 |
|
David Bomba
|
64b703513d
|
Refactor company gateway schema for required fields
|
2020-11-04 08:26:28 +11:00 |
|
David Bomba
|
c8e2d94b3f
|
Fixes for tests + remove swoole
|
2020-10-22 21:14:14 +11:00 |
|
David Bomba
|
d89b4fcbc3
|
Refactor for gateway fee calculations
|
2020-10-12 22:25:27 +11:00 |
|
David Bomba
|
1eadbde544
|
working on refactor of company gateway fees
|
2020-10-12 22:02:02 +11:00 |
|
David Bomba
|
65a1f150d5
|
Fixes for tests
|
2020-10-12 20:38:55 +11:00 |
|
David Bomba
|
f063337ec4
|
Refactoring gateway fees and limits
|
2020-10-12 15:58:07 +11:00 |
|
David Bomba
|
046805995a
|
Recalculating gateway fees depending on gateway type
|
2020-10-12 15:30:53 +11:00 |
|