1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 23:22:52 +01:00
Commit Graph

1798 Commits

Author SHA1 Message Date
David Bomba
609d464ac7 minor fixes 2024-08-19 19:17:58 +10:00
David Bomba
e1dc5d1176 Improvements for forte 2024-08-14 20:19:37 +10:00
David Bomba
8c62026db3 Fixes for forte token billing 2024-08-14 13:32:26 +10:00
David Bomba
645aca9f63 Adjustments for types 2024-08-14 08:34:57 +10:00
David Bomba
0777c6e43c Extend webhook delay for mollie 2024-08-13 15:14:41 +10:00
David Bomba
f59006aedd Improve gateway fee toggles 2024-08-13 14:30:44 +10:00
David Bomba
ec144b4181 Fixes for Rotessa 2024-08-09 15:39:16 +10:00
David Bomba
a8e313b5e9 Working on Peppol 2024-08-08 14:16:35 +10:00
David Bomba
00d6c13344 Fixes for paypal 2024-08-07 11:09:56 +10:00
David Bomba
36fef6beb3 Improvements for twig 2024-08-06 18:21:03 +10:00
David Bomba
7c6732e896 Minor adjustments for webhooks 2024-08-06 14:04:03 +10:00
David Bomba
08f9443c82 Static analysis 2024-08-05 14:04:05 +10:00
David Bomba
20573b362c Remove paypal express, omnipay 2024-08-05 11:57:42 +10:00
David Bomba
186cf16cee v5.10.17 2024-08-03 14:08:34 +10:00
David Bomba
4a7a54a9ea Cron checks for Rotessa Paymetns 2024-08-03 12:38:48 +10:00
David Bomba
83fe0521ca Update calculations for project duration 2024-08-03 07:45:37 +10:00
David Bomba
dfff937031 Minor fixes 2024-08-02 17:11:33 +10:00
David Bomba
fe891a4293 Fixes for Rotessa Import Customers + Payments 2024-08-02 14:44:12 +10:00
David Bomba
5f0caf370d
Merge pull request #9846 from turbo124/v5-develop
Fixes for PayPal FraudNet
2024-08-02 13:09:26 +10:00
David Bomba
3fd6f2dd94
Merge pull request #9704 from M-E-Development-Design/payment-driver-rotessa
Payment driver rotessa
2024-08-02 13:08:55 +10:00
David Bomba
c9d1d5f04f Update paypal for fraudnet 2024-08-02 13:07:34 +10:00
David Bomba
1d754758ee Update paypal for fraudnet 2024-08-02 12:54:26 +10:00
David Bomba
2c0e67a568 Fixes for bank transaction filters 2024-08-01 10:57:10 +10:00
Kendall Arneaud
f4db21d9e7
Update PaymentMethod.php
Updated to use ACSS for CAN clients only.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-31 18:32:31 -04:00
Kendall Arneaud
cc176f6d7e
Update RotessaPaymentDriver.php
Set payment_method_id to use ACSS. Updates meta data.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-31 18:27:25 -04:00
David Bomba
34759822f5 Fixes for hosted 2024-08-01 07:29:39 +10:00
David Bomba
5e5b2e666b padding out e-invoicing - country specifics 2024-07-31 13:19:48 +10:00
karneaud
3a71147843 fix log values 2024-07-29 22:13:40 -04:00
karneaud
a06cc005fe use system log code 2024-07-29 22:13:08 -04:00
Kendall Arneaud
825108039d
Merge branch 'payment-driver-rotessa' into v5-develop
Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-29 18:55:04 -04:00
Kendall Arneaud
37c6ba4d69
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-29 18:53:21 -04:00
David Bomba
78f8cedc80 working on paypal AC DC 2024-07-29 12:42:53 +10:00
Kendall Arneaud
321322401e
Update RotessaPaymentDriver.php
Remove until proper testing can be done.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 19:33:03 -04:00
Kendall Arneaud
eb3d029157
Update PaymentMethod.php
use default internal description method.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 19:17:16 -04:00
David Bomba
850c5e8f94 Updates for paypal flow 2024-07-28 08:51:24 +10:00
Kendall Arneaud
aa5d43405c
Update RotessaPaymentDriver.php
removed sleep mode as per request https://github.com/invoiceninja/invoiceninja/pull/9704#discussion_r1693679459

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:08:53 -04:00
Kendall Arneaud
084b81e941
Update PaymentMethod.php
use $payment property value

_Originally posted by @turbo124 in https://github.com/invoiceninja/invoiceninja/pull/9704#discussion_r1693677928_


Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:06:36 -04:00
Kendall Arneaud
dece823c54
Update PaymentMethod.php
Update to use systemlog const

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:02:59 -04:00
Kendall Arneaud
77a28b426e
Update PaymentMethod.php
remove id from sql

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 11:47:31 -04:00
Kendall Arneaud
608718eae3
Update PaymentMethod.php
updated to not use token id integer but decrypt it

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 11:42:24 -04:00
Kendall Arneaud
51daa99868
Merge pull request #15 from M-E-Development-Design/v5-develop
V5 develop
2024-07-26 11:49:37 -04:00
David Bomba
d6a4f4b4ca Improvements for task imports 2024-07-24 12:27:09 +10:00
Kendall Arneaud
d5d9d54c1f
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-22 20:06:24 -04:00
David Bomba
3981d59ef3 Fixes for translations 2024-07-21 11:12:07 +10:00
David Bomba
684533a591 Fixes for paypal driver 2024-07-20 13:36:38 +10:00
David Bomba
05019e7575 Adjustments for balance check in auto bill 2024-07-17 07:31:56 +10:00
David Bomba
ceee59f7df Minor fixes 2024-07-16 09:42:54 +10:00
karneaud
734b34c33b update import process to import/ sync new/existing customers 2024-07-15 10:15:25 -04:00
David Bomba
745c594f3b Static analysis 2024-07-15 13:35:21 +10:00
David Bomba
d818520c73 Static analysis 2024-07-14 21:28:54 +10:00