sub scription prooductds
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from flask import session, jsonify
|
||||
|
||||
from app.api.integrations import StripeIntegration
|
||||
from app.utils.logger import logger
|
||||
from app.api.services.base_service import BaseService
|
||||
from marshmallow import ValidationError
|
||||
@@ -235,6 +237,8 @@ class LoginService(BaseService):
|
||||
Config.JWT_SECRET_KEY,
|
||||
algorithm="HS256"
|
||||
)
|
||||
# price_create_result = StripeIntegration.create_product('AmeyeTEST', 9999)
|
||||
# logger.info(f"Inside Stripe_Product ===== : {price_create_result}")
|
||||
|
||||
# Simulate processing
|
||||
response_data = {
|
||||
|
||||
Reference in New Issue
Block a user