add price mention on billing page

This commit is contained in:
Son NK 2021-04-12 10:14:35 +02:00
parent 5040e7b74b
commit cfb52a2eba
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<h4>Change Plan</h4>
You can change the plan at any moment. <br>
Please note that the new billing cycle starts instantly
i.e. you will be charged <b>immediately</b> the annual fee when switching from monthly plan or vice-versa
i.e. you will be charged <b>immediately</b> the annual fee ($30) when switching from monthly plan or vice-versa
<b>without pro rata computation </b>. <br>
To change the plan you can also cancel the current one and subscribe a new one <b>by the end</b> of this plan.

View File

@ -61,7 +61,7 @@ def verify_incoming_request(form_data: dict) -> bool:
return False
def cancel_subscription(subscription_id: int) -> bool:
def cancel_subscription(subscription_id: str) -> bool:
r = requests.post(
"https://vendors.paddle.com/api/2.0/subscription/users_cancel",
data={