rentease/internal/service/booking
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
..
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): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
payment.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
report.go update report template (#43) 2025-02-22 12:28:56 +01:00
service.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
stripe_sync.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
stripe_sync_test.go feat(stripe): add Stripe payment sync and webhook support 2025-10-03 21:39:59 +02:00
stripe_webhook.go chore(stripe): upgrade to stripe-go v83 2025-10-05 21:09:06 +02:00
stripe_webhook_test.go chore(stripe): upgrade to stripe-go v83 2025-10-05 21:09:06 +02:00
sync.go refactor: unify ID and API key naming conventions 2025-10-03 19:47:41 +02:00