From 86c4e7b4083435cbe14cff3642b42e2ded9ff26d Mon Sep 17 00:00:00 2001 From: deaspo Date: Wed, 5 Jul 2017 01:53:01 +0300 Subject: [PATCH] Task: Improve credit card section - letting the user know that they're not making any payment there but on the next page Signed-off-by: deaspo --- hosting/templates/hosting/payment.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/hosting/templates/hosting/payment.html b/hosting/templates/hosting/payment.html index a09061bb..d934acef 100644 --- a/hosting/templates/hosting/payment.html +++ b/hosting/templates/hosting/payment.html @@ -52,6 +52,10 @@

{%trans "Payment Details"%}


+
+

{% trans "Please fill in your credit card information below. We are using Stripe for payment and do not store your information in our database." %}

+
+
{% if credit_card_data.last4 %}
@@ -59,10 +63,10 @@
Last 4: *****{{credit_card_data.last4}}
Type: {{credit_card_data.cc_brand}}
-
+
-
{% else %} @@ -89,7 +93,7 @@ placeholder="{%trans "Valid Card Number"%}" required autofocus data-stripe="number" />
-
+
@@ -112,8 +116,12 @@
-->
-
- +
+
+

{% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}

+
+
+