205 Commits

Author SHA1 Message Date
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ć
18cd647e43
improve loading states (#66) 2024-07-09 12:02:54 +10:00
David Bomba
e63598271b Adjustments for payment flow 2024-07-05 15:33:46 +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
f25469a288 Required fields 2024-07-02 19:20:55 +10:00
David Bomba
ee90539bd8 improvements for validation of over/under payments 2024-07-02 18:32:14 +10:00
David Bomba
01312996d8 Working on integrating multiple invoice payments 2024-07-02 17:09:46 +10:00
David Bomba
73c1f1b767 improvements for validation of over/under payments 2024-07-02 16:13:52 +10:00
David Bomba
aa5695ac45 Improvements fo reactivity 2024-07-02 15:06:45 +10:00
David Bomba
6f5a08f87d new payment flow 2024-07-02 14:54:50 +10:00
David Bomba
e1be33314e Improve spinners between loads 2024-07-02 12:35:28 +10:00
David Bomba
4a3f8278ea Updates for new payment flow 2024-07-02 08:20:10 +10:00
David Bomba
5761f6dc34 Updates for payment flow 2024-07-01 09:39:40 +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
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
006e819f3a Refactor for cache statics moving to container 2024-06-18 10:24:03 +10:00
David Bomba
953e2e3e48 Improve queries 2024-06-15 16:51:34 +10:00
David Bomba
094d43be4f Improve N+1 queries 2024-06-15 16:18:33 +10:00
David Bomba
72aadc0c16 php-cs-fixer 2024-06-14 17:09:44 +10:00
David Bomba
99e05cbe63 Fixes for html variable replacements in mobile html view 2024-06-09 10:53:53 +10:00
David Bomba
0427f6c317 Fixes for static analysis 2024-06-06 12:31:24 +10:00
David Bomba
7d98db8592 Remove redundant dependencies 2024-05-30 07:42:07 +10:00
Benjamin Beganović
f3ffc3d4d5 override always_show_required_fields with is_subscription 2024-05-09 00:53:45 +02: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
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
50e211104d Improvements for showing required fields 2024-04-25 17:46:11 +10:00
David Bomba
ecad93afff Updated translations 2024-04-20 09:26:10 +10:00
David Bomba
efeb5bec74 Show required fields 2024-04-20 09:25:54 +10:00
David Bomba
9e12e32e29 Fixes for payment validations 2024-04-15 07:57:24 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
Benjamin Beganović
c532a43e70 Fixes for auto submitting the form 2024-04-02 13:12:30 +02:00
Benjamin Beganović
fa5827eb44 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-04-01 19:09:13 +02:00
Benjamin Beganović
2eb830619c Refactor client registration fields and add additional fields 2024-04-01 19:05:05 +02:00
Benjamin Beganović
6c6dd8f957 Add register_fields and additional_fields to Register class 2024-04-01 19:05:01 +02:00
Benjamin Beganović
ce400365a5 Add additional fields to ClientRegisterService mappings 2024-04-01 19:04:40 +02:00
Benjamin Beganović
489489301b Duplicate filtering & parsing 2024-03-29 18:09:22 +01:00
David Bomba
53d1c55acf Fixes for missing download actions for e-docs 2024-03-28 07:40:56 +11:00
Benjamin Beganović
3473bbe3f7 Merge registration fields 2024-03-27 17:36:31 +01:00
Benjamin Beganović
31942cb401 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-21 16:27:23 +01:00
David Bomba
ba4cd4508b Fixes for restoring deleted user 2024-03-21 08:01:13 +11:00
Lars Kusch
ee147e0e4e
Merge branch 'v5-develop' into feature-einvoice-quote
Signed-off-by: Lars Kusch <lars@lars-kusch.de>
2024-03-19 15:45:40 +01:00
Benjamin Beganović
e3e19208a4 Fixes for skipping 2024-03-15 01:58:17 +01:00
Benjamin Beganović
aac43793b5 Refactor contact variables in RFF mount method 2024-03-15 01:31:07 +01:00
David Bomba
0186368f39 Do not force delete tokens when logging out 2024-03-15 09:08:44 +11:00