Routes fix
This commit is contained in:
@@ -200,7 +200,7 @@ def myproduct_settings_values():
|
|||||||
def subscription_products():
|
def subscription_products():
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
# logger.info(f"Route Subscription Product Data ==>>>> {data}")
|
# logger.info(f"Route Subscription Product Data ==>>>> {data}")
|
||||||
response = SubscriptionService.subscription_available_products(data)
|
response = SubscriptionsService.subscription_available_products(data)
|
||||||
return response
|
return response
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user