Added code for tranlating Enter your credit card number in payment.js

This commit is contained in:
PCoder 2017-07-16 23:55:29 +05:30
commit e481ff947d
2 changed files with 6 additions and 1 deletions

View file

@ -176,6 +176,7 @@
{% get_current_language as LANGUAGE_CODE %}
<script type="text/javascript">
window.processing_text = '{%trans "Processing" %}';
window.enter_your_card_text = '{%trans "Enter your credit card number" %}';
(function () {
window.stripeKey = "{{stripe_key}}";