1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 09:51:35 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
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
Benjamin Beganović
de73fbc234 Tests: Failed/cancelled payments 2021-10-04 16:15:21 +02:00
Benjamin Beganović
bc6719e4fb Tests: Open payments 2021-10-04 16:12:51 +02:00
Benjamin Beganović
e48018067b Tests: Successful payments 2021-10-04 16:11:50 +02:00
Benjamin Beganović
c461212d8e Scaffold IDEALTest 2021-10-04 16:07:53 +02:00
Benjamin Beganović
1849f2cc24 Update tests 2021-09-26 21:12:37 +02:00
Benjamin Beganović
060b8542a0 Merge remote-tracking branch 'upstream/v5-develop' into v5-mollie-bancontact 2021-09-26 21:09:01 +02:00
Benjamin Beganović
a2a0bcf841 Merge remote-tracking branch 'upstream/v5-develop' into v5-mollie-kbc 2021-09-26 20:55:42 +02:00
Benjamin Beganović
29e006f950 Tests: Failed/canceled payments 2021-09-24 23:51:39 +02:00
Benjamin Beganović
a6564e321b Tests: Successful payments 2021-09-24 23:48:24 +02:00
Benjamin Beganović
9d46052752 Scaffold BancontactTest 2021-09-24 23:47:02 +02:00
Benjamin Beganović
dec33daae3 Tests: Canceled payments 2021-09-24 23:26:36 +02:00
Benjamin Beganović
76f646fc81 Tests: Successful payments 2021-09-24 23:23:16 +02:00
Benjamin Beganović
4dfaf8f1a6 Scaffold KBCTest 2021-09-24 23:18:48 +02:00
Benjamin Beganović
8b569f3f5a Tests: Pending payment 2021-09-24 22:40:39 +02:00
Benjamin Beganović
73581740df Tests: Successful payment 2021-09-24 22:39:17 +02:00
Benjamin Beganović
8790ccef2e Scaffold BankTransferTest 2021-09-24 22:31:31 +02:00
Benjamin Beganović
6bedf13fdc Uncomment & fix gateway key 2021-09-24 22:31:19 +02:00
Benjamin Beganović
a3965c3d65 Removing credit card test 2021-07-31 13:27:17 +02:00
Benjamin Beganović
1ae9cde8ff Standalone credit card authorization test 2021-07-31 13:19:22 +02:00
Benjamin Beganović
d37841afa7 Pay with saved credit card test 2021-07-31 13:18:08 +02:00
Benjamin Beganović
80b633fd17 Pay with new credit card and save for future use test 2021-07-31 13:16:15 +02:00
Benjamin Beganović
1b0ff21f20 Pay with new credit card test 2021-07-31 13:14:38 +02:00
Benjamin Beganović
d70e7dfc36 Scaffold CreditCardTest 2021-07-31 12:54:49 +02:00