rentease/internal/service/booking
Ruidy 91a9a74750
Some checks are pending
CI / checks (push) Waiting to run
feat(stripe): add payment link creation for bookings
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.
2025-11-01 17:22:13 +01:00
..
invoice.go create invoice (#39) 2025-02-04 11:34:14 +01:00
item.go refactor: unify ID and API key naming conventions 2025-10-03 19:47:41 +02:00
line.go refactor: unify ID and API key naming conventions 2025-10-03 19:47:41 +02:00
models.go feat/stripe integration (#48) 2025-10-19 15:48:59 +02:00
payment.go feat/stripe integration (#48) 2025-10-19 15:48:59 +02:00
report.go update report template (#43) 2025-02-22 12:28:56 +01:00
service.go feat(stripe): add payment link creation for bookings 2025-11-01 17:22:13 +01:00
stripe_payment_link.go feat(stripe): add payment link creation for bookings 2025-11-01 17:22:13 +01:00
stripe_sync.go feat/stripe integration (#48) 2025-10-19 15:48:59 +02:00
stripe_sync_test.go feat(stripe): add payment link creation for bookings 2025-11-01 17:22:13 +01:00
stripe_webhook.go feat/stripe integration (#48) 2025-10-19 15:48:59 +02:00
stripe_webhook_test.go feat/stripe integration (#48) 2025-10-19 15:48:59 +02:00
sync.go refactor: unify ID and API key naming conventions 2025-10-03 19:47:41 +02:00