Skip to content

Commit

Permalink
update pricing table
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Apr 1, 2024
1 parent 63fb9e1 commit d9e7a7a
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions src/public/pricing.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{
// General Credits - $5 USD
"general": {
"priceId": "pri_01htbs2ws69sfb2ffsc6ja1mwc",
"quantity": 1
"testing": {
"assistant": {
"priceId": "pri_01htbs3gmgbxkf29ek1v211rjt",
"quantity": 1
},
"general": {
"priceId": "pri_01htbs2ws69sfb2ffsc6ja1mwc",
"quantity": 1
}
},
// Assistant Credits - $5 USD
"assistant": {
"priceId": "pri_01htbs3gmgbxkf29ek1v211rjt",
"quantity": 1
"production": {
"assistant": {
"priceId": "pri_01htc26gkqgbsv4kd5v29r7k5c",
"quantity": 1
},
"general": {
"priceId": "pri_01htc281zscjy7z0zgbcknps6q",
"quantity": 1
}
}
}

0 comments on commit d9e7a7a

Please sign in to comment.