1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 07:33:04 +01:00
Commit Graph

33 Commits

Author SHA1 Message Date
David Bomba
98c166e13a Minor fixes 2024-10-03 15:05:22 +10:00
David Bomba
ebb1b934aa
Merge pull request #10062 from turbo124/v5-develop
Fixes for template action regression
2024-10-02 07:35:01 +10:00
Benjamin Beganović
2a4ad19ed2
update controller 2024-10-01 11:10:44 +02:00
Benjamin Beganović
4146464142 loop and find gateway on all connections 2024-09-30 17:32:08 +02:00
Benjamin Beganović
758e6d92f0 store organisation_id as part of settings 2024-09-30 17:31:51 +02:00
David Bomba
0a4d00158c null safety not required 2024-09-29 16:52:34 +10:00
Benjamin Beganović
e07cf0603c force sandbox url for specific company 2024-09-25 17:46:31 +02:00
Benjamin Beganović
c7ba9cb908 Merge remote-tracking branch 'upstream/v5-develop' into 1403-gocardless 2024-09-23 16:00:24 +02:00
David Bomba
19cf39786e Fixes for blockonomics 2024-09-19 08:17:51 +10:00
cnohall
9a1c76a23a add support for QR-code 2024-09-12 14:06:53 +09:00
cnohall
34830bc9ab update UI and make refreshing price possible 2024-09-11 17:07:43 +09:00
David Bomba
7bf7ae1d31 Fixes for instant bank payment 2024-09-05 19:41:21 +10:00
Benjamin Beganović
d34efa963f
Update GoCardlessOAuthWebhookController.php 2024-06-15 00:14:03 +02:00
Benjamin Beganović
bddb5d4b28 Refactor GoCardlessOAuthController to enable OAuth2 integration and set oauth2 flag to true. 2024-06-14 18:20:01 +02:00
Benjamin Beganović
afe62f0aa8 Refactor access token and active status assignment in GoCardlessOAuthController 2024-06-14 18:18:21 +02:00
Benjamin Beganović
19ef27b5e5 Refactor GoCardlessOAuthWebhookController for WebhookRequest 2024-06-12 19:33:33 +02:00
Benjamin Beganović
1f179aedaa Update payload with current config in GoCardlessOAuthController 2024-06-12 19:33:26 +02:00
Benjamin Beganović
fa27afa6cd Update GoCardless OAuth Controller with company details 2024-06-11 19:50:41 +02:00
Benjamin Beganović
f15fb4c412 Add GoCardless webhook controller for processing events 2024-06-11 19:50:34 +02:00
Benjamin Beganović
46be0bf268 remove token from confirmation route 2024-06-05 19:26:00 +02:00
Benjamin Beganović
0f0c5a7de8 gocardless oauth connection 2024-06-03 20:01:01 +02:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11: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
6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
Benjamin Beganović
0e5b5393d3 Payments 2021-11-11 17:51:04 +01:00
Benjamin Beganović
1e2e55c9e4 Credit card 3ds processing 2021-07-29 15:13:38 +02:00
Benjamin Beganović
7dd7a6e4b1 Scaffold Mollie3dsController 2021-07-26 17:03:15 +02:00
David Bomba
36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
Benjamin Beganović
9119f57a35 Return JSON response if some of required records wasn't found 2021-06-01 11:54:15 +02:00
Benjamin Beganović
588aeefb35 Moving logic for confirming the 3ds process into own method 2021-05-31 16:37:46 +02:00
Benjamin Beganović
8ca1b904d7 Refactor the redirect to specific route 2021-05-31 16:23:18 +02:00