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

20 Commits

Author SHA1 Message Date
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