1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba
36f5b2e11e Minor fixes for paytrace 2023-10-15 17:21:56 +11:00
David Bomba
7c695a8de2 Add billing country for paytrace 2023-06-28 20:06:15 +10:00
David Bomba
1f757cf9e3 Fixes for token billing with PayTrace 2023-06-28 09:45:24 +10:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
239df0f67c Add logging around paytrace 2023-02-09 09:14:22 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
372ec488bc Paytrace cleanup 2022-08-14 08:57:59 +10:00
David Bomba
b35cb2be35 Fixes for paytrace: 2022-08-12 09:23:52 +10:00
David Bomba
603fa858e1 Paytrace cleanup 2022-08-09 07:39:38 +10:00
David Bomba
7594397d2a Force required fields for paytrace 2022-08-02 19:38:11 +10: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
David Bomba
394d3b327d Improve error handling within PayTrace 2022-04-20 08:51:27 +10:00
David Bomba
6641320567 Refactor for payment failure mailers 2021-10-17 21:40:40 +11:00
David Bomba
bb2c29dbc3 Fixes for paytrace 2021-08-09 14:33:08 +10:00
Benjamin Beganović
b7c248eec5
PayTrace improvements (#43)
* Refactor credit card payment JavaScript

* CreditCard.php: Rename $paytrace_driver to $paytrace

* Credit card: Support for token billing (frontend)

* Fixes for "save card" label

* Credit card: Authorize

* Allow PayTrace to be seeded from CreateSingleAccount

* Add PayTrace decrypted config to ninja.testvars

* Extract to separate JavaScript

* Scaffold Dusk test

* CreditCard -> CreditCardTest

* CreditCard -> CreditCardTest

* Scaffold pay with new card test

* Fixes for gateway_key in CreateSingleAccount

* Production builds
2021-07-28 07:59:44 +10:00
David Bomba
86ca60afa7 Fixes for pay trace integration 2021-07-23 14:15:51 +10:00
David Bomba
1affdd7754 Pay with CC paytrace 2021-07-21 17:44:35 +10:00
David Bomba
211e6560fc Paytrace payment proces 2021-07-21 17:04:44 +10:00
David Bomba
15dd0970d2 Paytrace 2021-07-21 16:27:02 +10:00
David Bomba
f0b232c1a2 Authorize a card with Paytrace 2021-07-21 15:34:20 +10:00
David Bomba
87e1ba48e9 Paytrace integration 2021-07-21 14:23:33 +10:00
David Bomba
c0287085b5 Scaffolding Paytrace 2021-07-20 21:26:24 +10:00