Merge pull request #48 from kjannette/stripe4

more
This commit is contained in:
S Jannette
2024-01-27 12:23:34 -06:00
committed by GitHub

View File

@@ -11,8 +11,8 @@ export const signupRadioFields = [
],
details: "",
pricing: [
{ type: "standard", amount: 69 },
{ type: "annDiscount", amount: 49 },
{ type: "monthly", amount: 69 },
{ type: "annDiscount", amount: 52 },
],
},
{
@@ -27,8 +27,8 @@ export const signupRadioFields = [
],
details: "",
pricing: [
{ type: "standard", amount: 97 },
{ type: "annDiscount", amount: 79 },
{ type: "monthly", amount: 99 },
{ type: "annDiscount", amount: 89 },
],
},
{
@@ -42,8 +42,8 @@ export const signupRadioFields = [
],
details: "",
pricing: [
{ type: "standard", amount: 149 },
{ type: "annDiscount", amount: 119 },
{ type: "monthly", amount: 149 },
{ type: "annDiscount", amount: 129 },
],
},
];