mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-11 13:16:50 +00:00
|
Some checks are pending
CI / checks (push) Waiting to run
Introduce backend and frontend support for generating Stripe payment links for outstanding booking balances. Adds a new POST endpoint to create payment links, updates booking view to include a Stripe button, and integrates error handling and feedback for payment link creation. Refactors view models and templates to support the new feature. |
||
|---|---|---|
| .. | ||
| auth.go | ||
| handle_api_sync.go | ||
| handle_auth.go | ||
| handle_bookings.go | ||
| handle_healthz.go | ||
| handle_payments.go | ||
| handle_pdf.go | ||
| handle_reports.go | ||
| handle_stripe_sync.go | ||
| handle_stripe_sync_test.go | ||
| handle_stripe_webhook.go | ||
| handle_stripe_webhook_test.go | ||
| helper.go | ||
| middleware.go | ||
| option.go | ||
| routes.go | ||
| server.go | ||
| tracing.go | ||