Jason Beggs
370d267678
More v3 tweaks
2023-12-18 08:57:29 -05:00
Jason Beggs
032648f18b
More Livewire v3 tweaks
2023-12-14 20:29:47 -05:00
Jason Beggs
e27ee40ff3
Start upgrading Livewire to v3
2023-12-13 11:52:49 -05:00
David Bomba
e182ce9a66
Handle case where Stripe Connect permission is denied
2023-02-09 11:02:25 +11:00
David Bomba
4c76107526
Add custom fields to required client info at checkout
2023-02-02 18:19:37 +11:00
David Bomba
5b0c63cb39
Required info binding with required client info
2023-02-02 14:56:05 +11:00
David Bomba
c69a979291
Improve livewire performance with Defer
2022-09-30 19:47:27 +10:00
David Bomba
d79b374eda
Fixes for select box background color
2022-09-06 20:51:42 +10:00
David Bomba
59ac21662d
Set required fields to lazy
2022-09-02 09:52:00 +10:00
David Bomba
b1887f8fa8
Fixes for required client info
2022-03-10 13:05:01 +11:00
David Bomba
6c2c0bd408
Fixes for required fields
2022-03-08 23:33:20 +11:00
David Bomba
a7b851dbc7
Fixes for Stripe ACH
2022-01-04 16:40:05 +11:00
David Bomba
3ebb576be7
Add Payment Terms filters
2021-12-21 10:35:20 +11:00
Benjamin Beganović
c25c7b3370
Add option to copy billing details on the client check page
2021-08-05 17:36:24 +02:00
Benjamin Beganović
7d48fe433a
Fix Livewire form data passing
2021-07-15 10:07:38 +02:00
Benjamin Beganović
63060cd878
Stripe: Show required fields if enabled in admin panel
2021-02-15 14:58:25 +01:00
Benjamin Beganović
617cc54de9
- Pass instance of AuthorizePaymentDriver.php as $gateway instead of CompanyGateway record
...
- Define required fields for AuthorizePaymentDriver.php
- Update references to $gateway (CompanyGateway)
- Pass $countries to required-client-info.blade.php
- Handle country submission for required-client-info.blade.php
- Only show non-filled fields in RequiredClientInfo.php
2021-01-19 14:36:07 +01:00
Benjamin Beganović
59fd38fc3d
change the way required fields are displayed
2021-01-14 12:24:45 +01:00
Benjamin Beganović
b014aecc7d
- Add getClientRequiredFields in BaseDriver.php
...
- Pass $fields in @required-client-info
- Don't show form if fields are satisfied
- Remove $gateway reference in RequiredClientInfo.php
- StripePaymentDriver.php required fields
- Removed old-redirect logic for required fields
2021-01-13 13:31:00 +01:00
Benjamin Beganović
ff3ee60cf9
wip
2021-01-12 15:43:07 +01:00