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

1875 Commits

Author SHA1 Message Date
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
Benjamin Beganović
0de492d96f
Stripe: New payment flow (#67)
* stripe: ach

* stripe: klarna

* stripe: bank transfer

* assets build

* stripe: bacs

* stripe: bancontact

* stripe: becs

* stripe: eps

* stripe: fpx

* stripe: giropay

* stripe: ideal

* stripe: przelewy24

* stripe: sepa

* stripe: sofort

* assets build

* assets build

* pass context payload into livewirePaymentView

* update checkout.com

* update livewire method interface

* stripe: acss

* align methods with interface (array $data)
2024-07-16 18:43:55 +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
Kendall Arneaud
1d32a7c017
Merge pull request #5 from invoiceninja/v5-develop
V5 develop
2024-07-12 11:04:21 -04:00
Benjamin Beganović
1f7904e317
Refactor context passing between methods and Livewire (#65)
* checkout.com credit card payment for livewire

* implement interface for livewire view

* livewire method interface

* implement interfaces

* assets production build

* checkout.com: credit card

* stripe: credit card

* lift up logic from process payment component

* update stripe payment view logic

* wait fn for mounting existing JS

* credit card: simplify data passing

* stripe: browser pay

* stripe cc: remove getData

* stripe: cc

* stripe: alipay

* checkout :cc

* stripe: apple pay

* stripe: browser pay

* assets production build
2024-07-10 09:55:36 +10:00
Kendall Arneaud
cd53792cae
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-03 19:53:51 -04:00
David Bomba
028eb24fd9 Static analysis 2024-06-28 15:16:08 +10:00
David Bomba
682147a26e Updated - now trying to get vite and livewire to play nice 2024-06-28 12:42:44 +10:00
David Bomba
7288e5b641 Adjust BTCPay for scoping 2024-06-27 14:52:38 +10:00
Kendall Arneaud
96c7a475b6
Merge branch 'payment-driver-rotessa' into v5-develop
Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-06-26 21:38:13 -04:00
karneaud
35d713a0b9 use alias 2024-06-26 21:29:08 -04:00
karneaud
f03142a834 reference full blade path using render 2024-06-26 21:28:53 -04:00
David Bomba
702d8992e5 Improve sort filters 2024-06-25 12:19:11 +10:00
David Bomba
605ddd7d3e Ensure gateway fees are not cleared inappropriately 2024-06-25 11:09:33 +10:00
karneaud
37e8f3f2d9 allow matching of any client contact 2024-06-24 20:29:08 -04:00
karneaud
6511979777 add rotessa sdk 2024-06-24 18:42:49 -04:00
karneaud
7ac79d0e01 remove composer package 2024-06-24 18:41:45 -04:00
karneaud
71633db616 update 2024-06-23 22:32:28 -04:00
karneaud
2a3fb70fd2 remove 2024-06-23 22:30:28 -04:00
Kendall Arneaud
daedfa0d39
Merge pull request #1 from karneaud/v5-develop
V5 develop
2024-06-22 19:46:55 -04:00
Kendall Arneaud
5704b1303b commit package 2024-06-19 13:09:04 +00:00
Kendall Arneaud
dbae007581 refactor methods to properly get accounts and set tokens 2024-06-19 02:02:40 +00:00
Kendall Arneaud
25bdc6025d fix placholder text 2024-06-19 02:01:37 +00:00
Kendall Arneaud
f124dac7b0 fix the data passed 2024-06-19 02:00:24 +00:00
David Bomba
006e819f3a Refactor for cache statics moving to container 2024-06-18 10:24:03 +10:00
David Bomba
f68d1d3053 Static Analysis 2024-06-18 09:41:22 +10:00
David Bomba
c163f3c1a4 Static Analysis 2024-06-17 20:38:33 +10:00
David Bomba
13405c1805 Static Analysis + ACSS 2024-06-17 16:08:06 +10:00
David Bomba
11e082d443 Fixes for credits 2024-06-17 13:45:24 +10:00
Kendall Arneaud
06f764fa95 set default country instead 2024-06-17 01:01:19 +00:00
Kendall Arneaud
dbfc1046ec refactor classes to facilitiate import customers 2024-06-17 01:00:41 +00:00
Kendall Arneaud
94a4605e38 update gateway types 2024-06-17 00:59:40 +00:00
David Bomba
38114d0c48 Minor fixes - add referral code to user transformer 2024-06-16 19:16:42 +10:00
David Bomba
1e0f250052 Fixes for paypal auth credentials 2024-06-16 17:22:15 +10:00
David Bomba
9935847dc3 Static Analysis 2024-06-16 08:30:25 +10:00
Kendall Arneaud
b31d65440b add appropriate class 2024-06-14 16:13:08 +00:00
Kendall Arneaud
a428196e92 update aliases 2024-06-14 16:12:31 +00:00
Kendall Arneaud
f3b4bd5705 add package 2024-06-14 16:06:50 +00:00
David Bomba
f79f31c89e Clean up for paypal 2024-06-14 17:32:07 +10:00
David Bomba
72aadc0c16 php-cs-fixer 2024-06-14 17:09:44 +10:00
David Bomba
9c288cd452 remove paypal user-id 2024-06-14 17:07:52 +10:00
David Bomba
50398360b9 Paypal 2024-06-13 19:59:29 +10:00
David Bomba
d23866932b Fixes for text body templates 2024-06-13 16:52:23 +10:00
David Bomba
f7bd62d84a Static Analysis 2024-06-09 15:56:05 +10:00
David Bomba
145fef637b Updates for seeders 2024-06-09 09:08:31 +10:00
Nisaba
665e1eabfa
BTCPay updates
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-06-07 11:30:11 +00:00
David Bomba
0427f6c317 Fixes for static analysis 2024-06-06 12:31:24 +10:00
David Bomba
e61c2422ee updated resources 2024-06-06 11:17:34 +10:00
David Bomba
b805bba375 Fixes for type 2024-06-06 09:21:23 +10:00
David Bomba
5a1f52941d
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-06-01 08:56:06 +10:00
Nisaba
5a5420603e
BTCPay : Improve refund
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-30 13:34:43 +00:00
David Bomba
7d98db8592 Remove redundant dependencies 2024-05-30 07:42:07 +10:00
David Bomba
9180dc4478 Refactor for paypal implementation 2024-05-24 10:38:07 +10:00
David Bomba
9d7bef3a94 PayPal Rest Driver updates 2024-05-20 13:14:50 +10:00
David Bomba
8dde7024fc extend paypal classes 2024-05-20 11:59:44 +10:00
David Bomba
91078eb6a1 Additional props for account/companies table 2024-05-20 08:31:28 +10:00
David Bomba
e8907beeab Updates for translations 2024-05-20 07:50:39 +10:00
Nisaba
d11766c1bd
initial BTCPay commit
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-13 16:33:15 +00:00
David Bomba
86dd03d55b Adjustments for payment verifications 2024-05-07 11:10:33 +10:00
David Bomba
9846effc47 Updates for stripe lookup 2024-05-07 09:59:00 +10:00
David Bomba
e563dea2b8 Fixes for subs v4 2024-05-05 08:18:32 +10:00
David Bomba
e374b12fb4 Catch type 4 codes for auth.net 2024-05-04 10:35:46 +10:00
David Bomba
cdb65a8a95 FDS Reviews 2024-05-04 10:28:59 +10:00
David Bomba
52df4708d6 resource build assets 2024-05-04 09:01:02 +10:00
David Bomba
18ae6e5369 Add billable prop 2024-05-04 08:32:43 +10:00
David Bomba
c31442c19b v5.8.53 2024-05-03 08:20:19 +10:00
David Bomba
35fd124190 Paypal Advanced card payments 2024-05-02 14:27:37 +10:00
David Bomba
d387bed9c8 SCA compliance PayPal Rest 2024-05-02 13:59:18 +10:00
David Bomba
3c50b27858 minor fixes 2024-05-01 08:30:41 +10:00
David Bomba
7a128ecb10 working on 3ds SCA 2024-04-29 10:01:49 +10:00
David Bomba
42686a98b0 Removing payfast sdk 2024-04-27 07:10:24 +10:00
David Bomba
990c75db60 Clean up for paypal rest 2024-04-26 21:17:15 +10:00
David Bomba
399da26976 Fixes for redirection route 2024-04-26 14:13:22 +10:00
David Bomba
8c0d205a08 v5.8.51 2024-04-24 16:33:09 +10:00
David Bomba
4921eadc89 Updates for client reports 2024-04-23 12:45:43 +10:00
David Bomba
de7bd17a5e Paypal rest token payments 2024-04-22 22:37:34 +10:00
David Bomba
8d5b8e2319 Tokenization for paypal advanced cards 2024-04-22 14:38:29 +10:00
David Bomba
fb28d9ab41 Fixes for setup 2024-04-17 07:35:41 +10:00
David Bomba
cacecbc086 minor fixes 2024-04-16 22:01:25 +10:00
David Bomba
9017382ea9 paypapl 2024-04-15 13:42:44 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
865c9f18c4 Fixes for imports 2024-04-12 08:38:55 +10:00
David Bomba
1dc2aa6eac Fixes for react release 2024-04-09 19:46:01 +10:00
David Bomba
9f89bb7d81 Remove country filters for stripe apple pay 2024-04-06 10:57:58 +11:00
David Bomba
8326387e8c
Merge pull request #9425 from turbo124/v5-develop
Bulk assignment of clients to a group
2024-04-04 09:34:03 +11:00
David Bomba
cf7008a5ab Fixes for plain design 2024-04-02 21:50:59 +11:00
David Bomba
ff49f21b58 Authorize .net adjustments for storing multiple payment methods 2024-04-02 18:31:51 +11:00
David Bomba
d72c6508de Implement throttling on Gateway Import Customer Router 2024-04-02 12:37:55 +11:00
Benjamin Beganović
fa5827eb44 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-04-01 19:09:13 +02:00
David Bomba
771785bcb5 Adjustments for alipay 2024-03-31 06:45:34 +11:00
David Bomba
bb706a654a minor fixes 2024-03-28 12:24:01 +11:00
David Bomba
c460287356 null checks 2024-03-25 12:30:08 +11:00
David Bomba
7a10866d5f Required fields for Braintree 2024-03-25 12:26:59 +11:00
Benjamin Beganović
31942cb401 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-21 16:27:23 +01:00
Benjamin Beganović
15e0f68147 Merge remote-tracking branch 'upstream/v5-develop' into 1353-rff 2024-03-21 11:17:11 +01:00
David Bomba
aa6153f571 Fixes for returning company users when called from other routes 2024-03-21 10:52:02 +11:00
David Bomba
dfb59a0d28 Improvements for paytrace required fields capture 2024-03-21 09:40:19 +11:00
David Bomba
ba4cd4508b Fixes for restoring deleted user 2024-03-21 08:01:13 +11:00
Benjamin Beganović
ce8e84597c Always require first name, last name & email in StripePaymentDriver 2024-03-20 19:36:28 +01:00
Benjamin Beganović
71eed5edac Always require first name, last name & email in BaseDriver 2024-03-20 19:36:21 +01:00
David Bomba
00061cfa25 Catch for payment edge cases 2024-03-20 08:43:49 +11:00
David Bomba
4f8ceebf80 Minor fixes 2024-03-19 13:16:20 +11:00
David Bomba
81385e4857 Clean up for password resets 2024-03-19 12:17:25 +11:00
David Bomba
136c076623 Fixes for square pagination 2024-03-19 10:40:11 +11:00
David Bomba
3ef7d68eed Square factory 2024-03-19 10:38:54 +11:00
David Bomba
08e5d35955 import clients - forte 2024-03-18 17:10:12 +11:00
David Bomba
79ed4e4305 Import Customers Forte 2024-03-18 17:01:00 +11:00
David Bomba
0a87aeaf8f Working on importing Forte customers 2024-03-18 14:06:16 +11:00
David Bomba
fc61065e69 Checkout.com import customers 2024-03-18 13:51:21 +11:00
David Bomba
37e2e772f9 Import payment methods for checkout 2024-03-18 13:50:12 +11:00
David Bomba
86fc7a0662 Working on importing customers 2024-03-18 12:58:42 +11:00
David Bomba
3de8df8066 Create auth routes for gateways 2024-03-16 12:36:40 +11:00
David Bomba
397177fa0c Fort Auth 2024-03-15 19:19:54 +11:00
David Bomba
094aadd6be Working on gateway authentication 2024-03-15 14:21:42 +11:00
David Bomba
5f1e1ac174 Test routes for gateways 2024-03-15 12:52:08 +11:00
Benjamin Beganović
7eb4235c43 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-14 16:21:25 +01:00
David Bomba
e54a28b857 Catch deleted / Archived gateways 2024-03-13 16:57:22 +11:00
David Bomba
f11452aea9 Ensure square object existing 2024-03-13 16:42:33 +11:00
David Bomba
8a25832589 minor fixes for RFF 2024-03-05 11:26:34 +11:00
David Bomba
c5b6938447 php cs fixer 2024-02-13 15:25:18 +11:00
David Bomba
5b2428c2a4 Allow Gocardless ACSS payments for CAD customers 2024-01-28 10:24:31 +11:00
David Bomba
9f5cfd7440 Adjustments for PayPal Rest implementation 2024-01-28 09:21:45 +11:00
David Bomba
753c9c4239 Update Checkout.com customer on successful payment 2024-01-27 16:08:54 +11:00
David Bomba
849a9dc113 Updates for mailers on hosted platform 2024-01-27 15:43:37 +11:00
David Bomba
34b33bc917 Updates for paypal auth 2024-01-25 20:33:47 +11:00
David Bomba
c1b8d676c2 Adjustments for PPCP 2024-01-24 07:31:06 +11:00
David Bomba
7f5ffe9f73 Update client details in checkout.com if configured to do so 2024-01-14 15:25:21 +11:00
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00