mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-09 01:56:51 +02:00

[web] Submit group plan change on subscription dash GitOrigin-RevId: 5bc2644351c80189774ad3ac4cdcd622d354770f
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
export function getRecurlyGroupPlanCode(
|
|
planCode: string,
|
|
size: string,
|
|
usage: string
|
|
) {
|
|
return `group_${planCode}_${size}_${usage}`
|
|
}
|