added stripes ids

This commit is contained in:
CHIEFSOFT\ameye
2025-08-23 13:45:43 -04:00
parent da1724c671
commit b363303fad
+2
View File
@@ -104,6 +104,8 @@ class SubscriptionService(BaseService):
'display_name': t.display_name,
'option_name': t.option_name,
'monthly': round(t.monthly * 0.01, 2),
'stripe_product_id': t.stripe_product_id,
'stripe_price_id': t.stripe_price_id,
"items": SubscriptionService.subscription_items_data(t.option_name),
'added': t.added.isoformat() if t.added else None,
'updated': t.updated.isoformat() if t.updated else None