Files
portal_v3/admin/services/stripe/app1/.cli.json
equippedcoding-master e2c98790b2 initial commit
2025-09-17 09:37:06 -05:00

17 lines
433 B
JSON

{
"name": "subscription-with-per-seat-prices",
"configureDotEnv": true,
"integrations": [
{
"name": "usage-based-subscriptions",
"clients": ["web"],
"servers": ["java", "node", "php", "python", "ruby","go", "dotnet"]
},
{
"name": "fixed-price-subscriptions",
"clients": ["vanillajs", "react"],
"servers": ["java", "node", "php-slim", "python", "ruby","go", "dotnet"]
}
]
}