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

81 Commits

Author SHA1 Message Date
Benjamin Beganović
a4592d666b 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-09-04 18:22:14 +02:00
Benjamin Beganović
8d4ab0cd69 New payment flow (#64)
* remove context from invoice-pay

* withsecurecontext trait

* update usages

* wip

* wip

* wip

* wip

* wip
2024-09-04 17:41:39 +02:00
David Bomba
9b24eb5f94 working on payment flow 2024-09-04 17:24:04 +02:00
David Bomba
621cd1e169 updates for html invoice layout 2024-09-04 17:23:56 +02:00
David Bomba
985cdafdc2 Updated flow 2024-09-04 17:01:01 +02:00
David Bomba
76f6c51a1b Payment methods 2024-09-04 16:58:02 +02:00
David Bomba
c7d6b50778 Payment float 2024-09-04 16:57:38 +02:00
David Bomba
0f27b8474c New payment flow 2024-09-04 16:57:06 +02:00
David Bomba
cb0da8d349 updated resources 2024-08-30 11:12:09 +10:00
David Bomba
3df5e6ca5c self host e-invoicing 2024-08-27 20:22:51 +10:00
David Bomba
999ccfd990 latest assets 2024-08-27 09:43:07 +10:00
David Bomba
7745d6db17 new .js 2024-08-25 07:39:32 +10:00
David Bomba
656a115eba Improve rate limiting 2024-08-25 07:39:14 +10:00
David Bomba
c9eb5750b4 Rollback for new payment flow 2024-08-22 16:45:37 +10:00
David Bomba
036aca49a4 Rollback for new payment flow 2024-08-22 16:45:06 +10:00
David Bomba
af92ce8d37 Merge new payment flows 2024-08-22 08:31:18 +10:00
Benjamin Beganović
044b4bce72
Fixes for Forte & Authorize.net (#83)
* configure manual chunks for forte & authorize

* assets build
2024-08-22 07:44:57 +10:00
David Bomba
0615ba25ed Fixes for calculate taxes - edge case with Recurring Invoice 2024-08-20 11:53:10 +10:00
Benjamin Beganović
05d7211c4c
PayPal: New payment flow (#81)
* extract payment view and data

* scaffold pay livewire

* express

* fix for checkout interface

* card

* rest

* ppcp

* assets build

* fix for duplicate pay button
2024-08-16 07:27:17 +10:00
David Bomba
8c62026db3 Fixes for forte token billing 2024-08-14 13:32:26 +10:00
David Bomba
fb57d4d9de Improve new flow 2024-08-09 12:48:21 +10:00
Benjamin Beganović
f966a2b846
BTCPay: New payment flow (#76)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* btcpay
2024-08-09 09:09:04 +10:00
Benjamin Beganović
59666dc5db
Braintree: New payment flow (#77)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* braintree
2024-08-09 09:08:54 +10:00
Benjamin Beganović
0fff78b0a0
Authorize.net: New payment flow (#68)
* fixes for validation errors

* authorize.net

* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* authorize.net credit card
2024-08-09 09:07:23 +10:00
David Bomba
5e9ad43281 Updated CSS 2024-08-04 17:11:10 +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
3bb60bdefd Websockets 2024-07-30 09:28:15 +10: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
David Bomba
6e43dc2592 Manifest update 2024-07-29 10:59:42 +10:00
David Bomba
8f64d1bb33 Updated resources 2024-07-29 10:56:38 +10:00
David Bomba
d7960422a6 Fixes for upcoming query regression 2024-07-29 10:10:02 +10:00
David Bomba
ba8c93ceea Fixes when importing clients/invoices 2024-07-28 19:08:04 +10:00
David Bomba
a5a9c43aff Updates 2024-07-28 16:15:15 +10:00
David Bomba
0f8737bdf7 Updates for paypal + RFF 2024-07-27 15:18:21 +10:00
David Bomba
4008b24acd Paypal refactor 2024-07-27 08:48:51 +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
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
Benjamin Beganović
2a1947ea6e
New payment flow (#64)
* remove context from invoice-pay

* withsecurecontext trait

* update usages

* wip

* wip

* wip

* wip

* wip
2024-07-05 15:13:38 +10:00
David Bomba
a83cb0c3b2 working on payment flow 2024-07-01 07:44:03 +10:00
David Bomba
c7cc0e084f updates for html invoice layout 2024-06-28 15:41:48 +10:00
David Bomba
7189c494ea Updated flow 2024-06-27 10:29:36 +10:00
David Bomba
fd7c28880c Payment methods 2024-06-27 09:13:49 +10:00
David Bomba
c315911da4 Payment float 2024-06-24 15:44:42 +10:00
David Bomba
3e760e6cc6 New payment flow 2024-06-24 14:38:53 +10:00
David Bomba
88dcdbd181 Update for Laravel 11 2024-06-22 14:33:38 +10:00
David Bomba
89f571f72f Resources 2024-06-19 11:42:40 +10:00
David Bomba
0c60a11989 Search filters for recurring invoices 2024-06-19 09:09:44 +10:00
David Bomba
84e7cfcdaf Updates for paypal rest implementation 2024-06-06 11:54:08 +10:00
David Bomba
e61c2422ee updated resources 2024-06-06 11:17:34 +10:00
David Bomba
754c6c6457 Updates for resources 2024-06-05 09:57:20 +10:00