working checkouts

This commit is contained in:
Shawn Erquhart
2025-02-20 13:52:42 -05:00
parent 92f33e47ca
commit 8e5643c183
8 changed files with 85 additions and 69 deletions

View File

@@ -58,6 +58,7 @@ const seed = internalAction({
recurringInterval: "month",
prices: [
{
amountType: "fixed",
priceAmount: 1000,
},
],
@@ -68,6 +69,7 @@ const seed = internalAction({
recurringInterval: "year",
prices: [
{
amountType: "fixed",
priceAmount: 10000,
},
],
@@ -78,6 +80,7 @@ const seed = internalAction({
recurringInterval: "month",
prices: [
{
amountType: "fixed",
priceAmount: 2000,
},
],
@@ -88,6 +91,7 @@ const seed = internalAction({
recurringInterval: "year",
prices: [
{
amountType: "fixed",
priceAmount: 20000,
},
],