From 85321313c161af5305416d17f3a2bc4619fc3b9d Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 5 Mar 2020 10:22:53 +0100 Subject: [PATCH] add a warning on payment page for canceled user --- app/dashboard/templates/dashboard/pricing.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/pricing.html b/app/dashboard/templates/dashboard/pricing.html index 6159fd38..795fa5ad 100644 --- a/app/dashboard/templates/dashboard/pricing.html +++ b/app/dashboard/templates/dashboard/pricing.html @@ -54,8 +54,17 @@ + {% if current_user.is_cancel() %} + + {% endif %} +
- Please note that Paddle only supports bank card or PayPal.
+ Paddle supported payment methods include bank cards (Mastercard, Visa, American Express, etc) or PayPal.
Send us an email at hi@simplelogin.io if you need other payment options (e.g. IBAN transfer).