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

9566 Commits

Author SHA1 Message Date
Benjamin Beganović
9b52ad39e9 Tests: Paying without method preauthorized 2021-10-04 13:44:57 +02:00
Benjamin Beganović
cd3d0efb7a Tests: Setup 2021-10-04 13:40:48 +02:00
Benjamin Beganović
078330e1f0 Scaffold ACHTest 2021-10-04 13:40:16 +02:00
Benjamin Beganović
2d824e4d1e Handling webhooks 2021-09-30 15:55:34 +02:00
Benjamin Beganović
42991e1813 Ability to detach payment method 2021-09-30 14:55:46 +02:00
Benjamin Beganović
f848fd83a8 Token billing 2021-09-30 10:03:44 +02:00
Benjamin Beganović
d01c3ccdf2 Add docblocks for methods 2021-09-30 09:19:48 +02:00
Benjamin Beganović
50c5136eb1 Payments 2021-09-30 08:42:41 +02:00
Benjamin Beganović
c913c61493 Add convertToGoCardlessAmount 2021-09-30 08:42:30 +02:00
Benjamin Beganović
f4ddc5a974 Hide archived payment methods 2021-09-30 08:02:58 +02:00
Benjamin Beganović
142b94c5cf Authorization 2021-09-29 16:54:19 +02:00
Benjamin Beganović
b0b814ec36 Typehint $gateway 2021-09-29 16:54:14 +02:00
Benjamin Beganović
16059e3069 Add confirmation route for payment methods 2021-09-29 16:26:15 +02:00
Benjamin Beganović
54baa5eb8d Init GoCardless in ACH 2021-09-29 14:44:30 +02:00
Benjamin Beganović
b3f97054c5 Initialization for GoCardless 2021-09-29 14:44:23 +02:00
Benjamin Beganović
33f0b6b7c6 Conditionally show ACH for US customers 2021-09-29 14:17:30 +02:00
Benjamin Beganović
ba0210fff6 Update namespace in GoCardlessPaymentDriver 2021-09-29 14:15:33 +02:00
Benjamin Beganović
f179b615c1 Scaffold ACH class 2021-09-29 14:15:21 +02:00
Benjamin Beganović
5112349306 Add gatewayTypes method to GoCardless 2021-09-29 14:12:46 +02:00
Benjamin Beganović
7e922cbc2a Update GoCardless provider class 2021-09-29 14:12:33 +02:00
Benjamin Beganović
9ad4fabb3f Scaffold GoCardlessPaymentDriver 2021-09-28 18:24:52 +02:00
Benjamin Beganović
77c95b5535 Add TYPE_GOCARDLESS constant in SystemLog 2021-09-28 18:24:44 +02:00
Benjamin Beganović
9acf7b8b3b Add GoCardless to Gateway.php 2021-09-28 18:24:35 +02:00
Benjamin Beganović
d814216121 Activate GoCardless w/ migration 2021-09-28 18:01:42 +02:00
Benjamin Beganović
8ae1d86f80 Activate GoCardless in PaymentLibrariesSeeder 2021-09-28 17:59:02 +02:00
David Bomba
3c7d3ad1bf
Merge pull request #6737 from beganovich/v5-705
Update default gateway preferences
2021-09-28 20:23:30 +10:00
David Bomba
1edea0c016
Merge pull request #6739 from turbo124/v5-develop
Required setup fields
2021-09-28 20:22:41 +10:00
David Bomba
9afeb4d3c9 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2021-09-28 20:22:08 +10:00
David Bomba
3fdc8a47f5 required setup fields 2021-09-28 20:22:02 +10:00
Benjamin Beganović
6be0255711 Default to empty state for Braintree ACH 2021-09-28 11:30:54 +02:00
Benjamin Beganović
9002b622ae Default to blank country/currency for Stripe ACH 2021-09-28 11:30:50 +02:00
David Bomba
0028010249
Merge pull request #6736 from turbo124/v5-develop
Email archived invoice
2021-09-28 16:13:19 +10:00
David Bomba
1163dba723 Fixes for emailing archived invoices 2021-09-28 16:12:50 +10:00
David Bomba
445a17cf94 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2021-09-28 15:29:42 +10:00
David Bomba
1465b8febb Add Raw PDF generator 2021-09-28 15:29:31 +10:00
David Bomba
950e11349b
Merge pull request #6733 from beganovich/v5-706
Hide recurring invoices with `is_deleted`
2021-09-28 07:47:50 +10:00
David Bomba
01b65cfc8e
Merge pull request #6732 from beganovich/v5-704
Statement improvements & fixes
2021-09-28 07:47:33 +10:00
Benjamin Beganović
0043471008 Hide recurring invoices with is_deleted 2021-09-27 18:46:52 +02:00
Benjamin Beganović
5065f57c7a Show Invoice Ninja logo only for footer 2021-09-27 18:01:52 +02:00
Benjamin Beganović
50bbd6ddfd Fixes for table header not showing 2021-09-27 17:59:14 +02:00
hillelcoren
1f50512b89 Admin Portal - Last 2021-09-27 14:23:36 +00:00
hillelcoren
743941d123 Admin Portal - Next 2021-09-27 13:35:18 +00:00
hillelcoren
4031155d06 Admin Portal - Selfhosted 2021-09-27 13:28:38 +00:00
hillelcoren
a35e8b55a6 Admin Portal - Profile 2021-09-27 13:24:55 +00:00
hillelcoren
f7194f31fb Admin Portal - WASM 2021-09-27 13:21:24 +00:00
hillelcoren
9dc43a263b Admin Portal - Hosted 2021-09-27 13:17:56 +00:00
hillelcoren
216a1427b4 Admin Portal - Last 2021-09-27 06:03:57 +00:00
hillelcoren
f855f5283e Admin Portal - Next 2021-09-27 05:59:14 +00:00
David Bomba
71faa3d18d
Merge pull request #6728 from turbo124/v5-develop
Fixes for migration
2021-09-27 15:55:03 +10:00
hillelcoren
1d1a4ce229 Admin Portal - Selfhosted 2021-09-27 05:53:09 +00:00