lemon squeezy

This commit is contained in:
Zsolt Ero
2024-01-30 02:22:58 +01:00
parent a8e1279135
commit 9274fcaeb4
2 changed files with 18 additions and 10 deletions

View File

@@ -2,41 +2,49 @@
{ {
"price": 10, "price": 10,
"name": "Steel", "name": "Steel",
"icon": "🗡️" "icon": "🗡️",
"lm_url": "fca57eab-a133-4fc4-96f5-3c1746e9db2b"
}, },
{ {
"price": 20, "price": 20,
"name": "Copper", "name": "Copper",
"icon": "🥘" "icon": "🥘",
"lm_url": "e2ff53fc-54c8-434a-a964-fe5d7b2f4529"
}, },
{ {
"price": 40, "price": 40,
"name": "Bronze", "name": "Bronze",
"icon": "🛎️" "icon": "🛎️",
"lm_url": "7f3453c2-213b-4e68-bce6-52dbadd1703c"
}, },
{ {
"price": 75, "price": 75,
"name": "Silver", "name": "Silver",
"icon": "🍴" "icon": "🍴",
"lm_url": "3f693a5e-456e-45b8-98bb-2ee75df67fb7"
}, },
{ {
"price": 150, "price": 150,
"name": "Gold", "name": "Gold",
"icon": "🏆" "icon": "🏆",
"lm_url": "a6f020b9-883b-49a8-8ebd-5cd377824b7d"
}, },
{ {
"price": 250, "price": 250,
"name": "Platinum", "name": "Platinum",
"icon": "💿" "icon": "💿",
"lm_url": "3a325b51-ca94-4906-95fb-26233a45fb59"
}, },
{ {
"price": 500, "price": 500,
"name": "Sapphire", "name": "Sapphire",
"icon": "💍" "icon": "💍",
"lm_url": "3e40dd53-071b-4b37-8fbd-1e22fb9e5c92"
}, },
{ {
"price": 1000, "price": 1000,
"name": "Diamond", "name": "Diamond",
"icon": "💎" "icon": "💎",
"lm_url": "a8c91555-7beb-466f-ba82-112aeebda1ce"
} }
] ]

View File

@@ -1,7 +1,7 @@
<table class="plan-table"> <table class="plan-table">
<tr> <tr>
<td class="plan-icon">🗡️</td> <td class="plan-icon">🗡️</td>
<td class="plan-name">Steel Plan</td> <td class="plan-name"><a href="https://support.openfreemap.org/checkout/buy/a6f020b9-883b-49a8-8ebd-5cd377824b7d?media=0&desc=0&discount=0">Steel Plan</a></td>
<td class="plan-price"><strong>$10</strong> / month</td> <td class="plan-price"><strong>$10</strong> / month</td>
</tr> </tr>
<tr> <tr>
@@ -26,7 +26,7 @@
</tr> </tr>
<tr> <tr>
<td class="plan-icon">💿</td> <td class="plan-icon">💿</td>
<td class="plan-name">Platinum Plan</td> <td class="plan-name"><a href="https://support.openfreemap.org/checkout/buy/3a325b51-ca94-4906-95fb-26233a45fb59?media=0&desc=0&discount=0">Platinum Plan</a></td>
<td class="plan-price"><strong>$250</strong> / month</td> <td class="plan-price"><strong>$250</strong> / month</td>
</tr> </tr>
<tr> <tr>