Skip to content

Commit 07bfed7

Browse files
committed
Add the 50k monthly plan on frontend
1 parent 5b94fde commit 07bfed7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

web/pages/billing/index.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,18 @@ export default Vue.extend({
424424
messagesPerMonth: 20000,
425425
price: 350,
426426
},
427+
{
428+
name: '50k - Monthly',
429+
id: '50k-monthly',
430+
messagesPerMonth: 50000,
431+
price: 89,
432+
},
433+
{
434+
name: '50k - Yearly',
435+
id: '50k-yearly',
436+
messagesPerMonth: 50000,
437+
price: 890,
438+
},
427439
{
428440
name: '100k - Monthly',
429441
id: '100k-monthly',

0 commit comments

Comments
 (0)