Remove hasCreditcard js code - not used anymore
This commit is contained in:
parent
db8dd9af54
commit
bafb4e7b68
1 changed files with 0 additions and 9 deletions
|
@ -116,13 +116,4 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
{% if credit_card_data.last4 and credit_card_data.cc_brand %}
|
|
||||||
<script type="text/javascript">
|
|
||||||
(function () {
|
|
||||||
window.hasCreditcard = true;
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
{%endif%}
|
|
||||||
|
|
||||||
{%endblock%}
|
{%endblock%}
|
||||||
|
|
Loading…
Reference in a new issue