mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-10 04:21:09 +00:00
working checkouts
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user