rentease/internal/server
Ruidy 6ca13cdffd
chore(stripe): upgrade to stripe-go v83
Upgrade Stripe SDK from v79 to v83 across the codebase. Update all
imports to use github.com/stripe/stripe-go/v83 and refactor client usage
to match the new API, including changes to PaymentIntents listing.
Update documentation and plans to reference the new version. Remove
references to the old version from go.mod and go.sum.
2025-10-05 21:09:06 +02:00
..
auth.go refactor authentication service 2024-09-13 17:32:18 +02:00
handle_api_sync.go refactor: unify ID and API key naming conventions 2025-10-03 19:47:41 +02:00
handle_auth.go refactor authentication service 2024-09-13 17:32:18 +02:00
handle_bookings.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
handle_healthz.go move calendar to driver layer 2024-09-11 09:09:23 +02:00
handle_payments.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
handle_pdf.go fix card calculation sql (#44) 2025-02-22 14:19:48 +01:00
handle_reports.go refactor: unify ID and API key naming conventions 2025-10-03 19:47:41 +02:00
handle_stripe_sync.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
handle_stripe_sync_test.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
handle_stripe_webhook.go chore(stripe): upgrade to stripe-go v83 2025-10-05 21:09:06 +02:00
handle_stripe_webhook_test.go chore(stripe): upgrade to stripe-go v83 2025-10-05 21:09:06 +02:00
helper.go hx boost helper 2024-09-09 22:34:29 +02:00
middleware.go upgrade to Go 1.23 2024-08-21 07:41:54 +02:00
option.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
routes.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
server.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
tracing.go basic tracing middleware 2024-03-11 22:11:08 +01:00