updates
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user