Merge pull request #463 from tnfssc/feat/stripe-promocodes

This commit is contained in:
Sharath 2025-05-23 17:55:56 +05:30 committed by GitHub
commit e09b74b3d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -553,7 +553,8 @@ async def create_checkout_session(
metadata={
'user_id': current_user_id,
'product_id': product_id
}
},
allow_promotion_codes=True
)
# Update customer status to potentially active (will be confirmed by webhook)