We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b94fde commit 07bfed7Copy full SHA for 07bfed7
web/pages/billing/index.vue
@@ -424,6 +424,18 @@ export default Vue.extend({
424
messagesPerMonth: 20000,
425
price: 350,
426
},
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
437
+ price: 890,
438
439
{
440
name: '100k - Monthly',
441
id: '100k-monthly',
0 commit comments