mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix plan ids connecting to account server
This commit is contained in:
parent
3a144f8e7e
commit
128483030e
2 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ title: Safing Portmaster - Pricing
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
||||||
<input value="1" autocomplete="off" type="hidden" name="charge[package_id]" id="charge_package_id">
|
<input value="9" autocomplete="off" type="hidden" name="charge[plan_id]" id="charge_package_id">
|
||||||
<div class="card-package darkmode mt-0" style="height: 650px;">
|
<div class="card-package darkmode mt-0" style="height: 650px;">
|
||||||
<div class="absolute -top-8 -right-11 hidden xl:block">
|
<div class="absolute -top-8 -right-11 hidden xl:block">
|
||||||
<img src="{{ site.img_url }}page-specific/pricing/package-icons/circle-big.png" alt="">
|
<img src="{{ site.img_url }}page-specific/pricing/package-icons/circle-big.png" alt="">
|
||||||
|
@ -112,7 +112,7 @@ title: Safing Portmaster - Pricing
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
||||||
<input value="1" autocomplete="off" type="hidden" name="charge[package_id]" id="charge_package_id">
|
<input value="1" autocomplete="off" type="hidden" name="charge[plan_id]" id="charge_package_id">
|
||||||
<div class="card-package darkmode mt-0" style="height: 650px;">
|
<div class="card-package darkmode mt-0" style="height: 650px;">
|
||||||
<div class="absolute -top-8 -right-11 hidden xl:block">
|
<div class="absolute -top-8 -right-11 hidden xl:block">
|
||||||
<img src="{{ site.img_url }}page-specific/pricing/package-icons/triangle-big.png" alt="">
|
<img src="{{ site.img_url }}page-specific/pricing/package-icons/triangle-big.png" alt="">
|
||||||
|
|
|
@ -178,7 +178,7 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
||||||
<input value="1" autocomplete="off" type="hidden" name="charge[package_id]" id="charge_package_id">
|
<input value="9" autocomplete="off" type="hidden" name="charge[plan_id]" id="charge_plan_id">
|
||||||
<div class="card-package darkmode mt-0" style="height: 650px;">
|
<div class="card-package darkmode mt-0" style="height: 650px;">
|
||||||
<div class="absolute -top-8 -right-11">
|
<div class="absolute -top-8 -right-11">
|
||||||
<img src="{{ site.img_url }}page-specific/pricing/package-icons/circle-big.png" alt="">
|
<img src="{{ site.img_url }}page-specific/pricing/package-icons/circle-big.png" alt="">
|
||||||
|
@ -228,7 +228,7 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
<form class="new_charge" id="new_charge" action="https://account.safing.io/charges/checkout" accept-charset="UTF-8" method="get">
|
||||||
<input value="1" autocomplete="off" type="hidden" name="charge[package_id]" id="charge_package_id">
|
<input value="1" autocomplete="off" type="hidden" name="charge[plan_id]" id="charge_plan_id">
|
||||||
<div class="card-package darkmode mt-0" style="height: 650px;">
|
<div class="card-package darkmode mt-0" style="height: 650px;">
|
||||||
<div class="absolute -top-8 -right-11">
|
<div class="absolute -top-8 -right-11">
|
||||||
<img src="{{ site.img_url }}page-specific/pricing/package-icons/triangle-big.png" alt="">
|
<img src="{{ site.img_url }}page-specific/pricing/package-icons/triangle-big.png" alt="">
|
||||||
|
|
Loading…
Add table
Reference in a new issue