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

4117 Commits

Author SHA1 Message Date
Benjamin Beganović
3b31953d14
Merge branch 'v5-develop' into v5-2701-payable-draft-invoices 2021-01-28 15:44:22 +01:00
Benjamin Beganović
8a209a4c93
Merge pull request #4776 from beganovich/v5-2701-shift-token-resolving-to-backend
(v5) Authorize.net, Checkout: Pass token hash id's instead of plain tokens
2021-01-28 15:43:48 +01:00
Benjamin Beganović
083ffea152
Merge pull request #4791 from beganovich/v5-2801-rename-address2
(v5) Fix Authorize.net address translation reference
2021-01-28 15:43:07 +01:00
Benjamin Beganović
874732f55d fix translation reference 2021-01-28 15:42:11 +01:00
hillelcoren
3890e7bae8 New admin portal build 2021-01-28 12:06:47 +00:00
David Bomba
38c238cbba
Merge pull request #4787 from turbo124/v5-develop
5.0.55
2021-01-28 21:06:11 +11:00
David Bomba
4188b07fd5
Merge pull request #4786 from turbo124/v5-stable
5.0.55
2021-01-28 17:32:40 +11:00
David Bomba
b6e0aaf58e 5.0.55 2021-01-28 17:31:47 +11:00
David Bomba
cc7a1876d0 Fixes for ledger - not adjusting for gateway fees 2021-01-28 15:21:04 +11:00
David Bomba
e0758e587f Add logging for migrations 2021-01-28 13:53:40 +11:00
David Bomba
4e10d4665e Remove redundant code in PaymentEmailEngine 2021-01-28 10:36:43 +11:00
David Bomba
6af67e6bdd Improve payment emails 2021-01-28 10:35:52 +11:00
David Bomba
756f421319 Add gateway fees for autobill 2021-01-28 08:31:31 +11:00
Benjamin Beganović
615ef1e780 Allow payments of draft invoices:
- Remove processing overlay scripts
- Add flash message to clean layout
- Remove $balance > 0 check from filtered invoices
- Only show the payment methods if total is bigger than 0
- Change flash message from "warning" to "message"
- Show message for $1 payments
2021-01-27 14:10:24 +01:00
Benjamin Beganović
84e888863f Authorize.net: Throw a PaymentFailed exception if token not found
Checkout.com: Throw a PaymentFailed exception if token not found
- Show "Client portal" button even when invoice is paid
- Authorize.net: Pass token hashed_id instead of token to frontend
- Checkout.com: Pass token hashed_id instead of token to frontend
- Show "Paid" label for paid invoices
- Translation for not found token
2021-01-27 12:45:38 +01:00
Benjamin Beganović
0c7ae3bca8
Merge pull request #4775 from beganovich/v5-2701-disable-google-apple-pay
(v5) Disable SEPA, Apple, Google PAY
2021-01-27 12:01:24 +01:00
Benjamin Beganović
b11972c369 disable sepa & applepay 2021-01-27 12:00:42 +01:00
hillelcoren
4905e3f927 New admin portal build 2021-01-27 10:57:50 +00:00
David Bomba
d492d6c12f
Merge pull request #4774 from turbo124/v5-develop
Payment notifications for autobilling
2021-01-27 21:57:16 +11:00
David Bomba
9b72acf506 Payment notifications for autobilling 2021-01-27 21:56:50 +11:00
Benjamin Beganović
e6b6175ee5
Merge pull request #4770 from beganovich/v5-2601-show-save-card-programatically
(v5) Show save card if token billing isn't always
2021-01-27 11:55:18 +01:00
Benjamin Beganović
130714f457 Throw PaymentFailed exception if something goes wrong with response 2021-01-27 11:54:29 +01:00
David Bomba
b4bf6cc760 Add document list view 2021-01-27 21:38:28 +11:00
David Bomba
cf0e086d2a Reduce test data client numbers 2021-01-27 20:57:12 +11:00
David Bomba
5e570fcd83
Merge pull request #4773 from turbo124/v5-develop
Gateway refactors
2021-01-27 20:31:47 +11:00
David Bomba
af47c504e4 Working on payment failed emails 2021-01-27 19:45:55 +11:00
David Bomba
9d27480f2d Fixes for getPaymentMethods 2021-01-27 16:18:30 +11:00
David Bomba
78d726a483 Fixes for system logging custom payment drivers 2021-01-27 16:10:05 +11:00
David Bomba
b5ff2d8a02 Fixes for company gateway payment method resolution 2021-01-27 12:06:25 +11:00
David Bomba
6420658b3e
Merge pull request #4772 from turbo124/v5-develop
Fixes for parallel testing
2021-01-27 09:25:16 +11:00
David Bomba
458dd1fa4a Soft delete/restore tokens in sync with CompanyGateway" 2021-01-27 09:17:27 +11:00
David Bomba
70cb7db12f Fixes for parallel testing 2021-01-27 08:42:00 +11:00
Benjamin Beganović
5127aafc5e
Merge pull request #4771 from beganovich/v5-2601-hide-empty-columns-on-pdf
(v5) PDF: Hide empty columns now using settings
2021-01-26 17:44:53 +01:00
Benjamin Beganović
c5ad3a94eb hide empty columns now pulling from settings 2021-01-26 17:41:36 +01:00
Benjamin Beganović
9f8df64289 - Only show save card component if token billing isn't always
- Only show "Refunded" if amount is > 0
- Stripe: Grab only :checked checkbox
2021-01-26 17:21:12 +01:00
Benjamin Beganović
a31477584e
Merge pull request #4769 from beganovich/v5-2601-authorize-acceptjs-errors
(v5) Fixes for Authorize.net form errors
2021-01-26 14:33:46 +01:00
Benjamin Beganović
93e7760edf wip 2021-01-26 14:32:39 +01:00
Benjamin Beganović
792db3c262 acceptjs errors 2021-01-26 14:31:52 +01:00
Benjamin Beganović
1ba358ad9e
Merge pull request #4768 from beganovich/v5-2601-hide-save-when-token
(v5) Hide "save card" section when paying with token
2021-01-26 13:56:05 +01:00
Benjamin Beganović
0f638ff2c3 Hide "save card" section when paying with token 2021-01-26 13:55:32 +01:00
Benjamin Beganović
150a6622cd
Merge pull request #4767 from beganovich/v5-2601-fix-instance-of-gateway-authorize
(v5) Fix not showing required gateway fields for Authorize.net
2021-01-26 13:31:42 +01:00
Benjamin Beganović
d537d012a1 fix instance 2021-01-26 13:29:27 +01:00
David Bomba
997a7fe81c
Merge pull request #4766 from turbo124/v5-develop
Fixes for payment failer mailer
2021-01-26 23:16:04 +11:00
David Bomba
bd02d7babd Fixes for payment failer mailer 2021-01-26 23:09:08 +11:00
David Bomba
88bac69e13
Merge pull request #4765 from turbo124/v5-develop
Fixes for auth.net auto billing
2021-01-26 21:47:09 +11:00
hillelcoren
46f7b59cd2 New admin portal build 2021-01-26 10:23:59 +00:00
David Bomba
09c23e6654 Fixes for refunds / logging 2021-01-26 21:03:50 +11:00
David Bomba
ae3a7fa182 Fixes for refunds / logging 2021-01-26 21:02:12 +11:00
David Bomba
ed853efd19 Additional logging 2021-01-26 20:53:18 +11:00
David Bomba
d127643405 Fix for auth.net autobill 2021-01-26 20:42:55 +11:00