* make container nicer
* assets rebuild
* authorize powerband card (3ds)
* add reference to build file
* update authorize (3ds) view
* assets rebuild
* unify 3ds and non-3ds auth/pay
* assets rebuild
* authorize
* pay
* update vite refs
* pay
* hide authorize button
* intercepting form on authorize
* assets build
* wip
* init powerboard in data ref
* fixes for blank placeholders
* reset the form on failed 3ds
* handling unsuccessful errors
* send email on payment failed
* fixes for 3ds fail on auth
* assets rebuild
* make card_name required
* make card_name required (on auth)
* fixes for blocked pay-now button
* fixes for reload
* fixes for reload
* build
* Fixes for broken powerboard
* make client name required
* skip fields checking if no required fields
* on request, return json response
* check for plain not_authenticated response
* flash message when no action is present
* fixes for exec order on token
* assets build
* check for plain not_authenticated response (pay)
* assets build
* adjustments for minimum payments
* Add text decoration to terms button
* Improvements for subscriptions and new payment flow
---------
Co-authored-by: Benjamin Beganović <k1pstabug@gmail.com>
- One time & subs ✅
- A table with all products included in subscription (qty, price, notes) ✅
- Two tables, one for subscriptions, one for one-time purchases ✅
- If no products, no table ✅
- Remove quantity from cached data that is being sent ✅
- Remove "billing_subscription_id" from data sent ✅
* Fixes for converting quote to invoice
* Fixes for naming PDFs
* Refresh entity prior to sending
* Fixes for subscriptions
* Add in required use
* Fixes for notifications
* Fixes for notifications
* Add with trasheD
* Rename BillingSubscriptions to Subscriptions
* Refactoring subscriptions
* Performance improvements moving from str_replace to strtr
* Remove legacy docs
* Clean up credit transformer
* Working on invoice emails
* Clean up for invoice designs
* Tests for light and dark theme emails
* Working on reminder scheduling
* Reminder Job Class
* Fixes for github actions
* PHP CS
* Test for reminders
* Test for reminders