From 467bb8f11442b0281d99a32c57f6efa2af2ce8e7 Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 17 Jul 2017 01:17:12 +0530 Subject: [PATCH] Fixed a bug for Enter your credit card number text not showing up in german --- hosting/static/hosting/js/payment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/static/hosting/js/payment.js b/hosting/static/hosting/js/payment.js index 7b964db0..7d5eefec 100644 --- a/hosting/static/hosting/js/payment.js +++ b/hosting/static/hosting/js/payment.js @@ -116,8 +116,8 @@ $(document).ready(function () { }; var enter_ccard_text = "Enter your credit card number"; - if (typeof window.enter_ccard_text !== 'undefined') { - enter_ccard_text = window.enter_ccard_text + if (typeof window.enter_your_card_text !== 'undefined') { + enter_ccard_text = window.enter_your_card_text; } var cardNumberElement = elements.create('cardNumber', { style: credit_card_text_style,