This commit is contained in:
Iliyan Angelov
2025-11-21 08:55:55 +02:00
parent 6f85b8cf17
commit 4488e3a795
76 changed files with 364 additions and 36 deletions

View File

@@ -295,7 +295,7 @@ async def create_service_stripe_payment_intent(
intent = StripeService.create_payment_intent(
amount=amount,
currency=currency,
description=f"Service Booking
description=f"Service Booking #{booking.id}",
db=db
)