From bafb4e7b68b54c3d3dc8f07c91b4931cefa3ddd2 Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 28 Oct 2017 23:42:30 +0200 Subject: [PATCH] Remove hasCreditcard js code - not used anymore --- hosting/templates/hosting/payment.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosting/templates/hosting/payment.html b/hosting/templates/hosting/payment.html index fdc5ad63..10fd4674 100644 --- a/hosting/templates/hosting/payment.html +++ b/hosting/templates/hosting/payment.html @@ -116,13 +116,4 @@ })(); {%endif%} - -{% if credit_card_data.last4 and credit_card_data.cc_brand %} - -{%endif%} - {%endblock%}