Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
payments
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Stripe translations (
#4892
)
pull/2/head
Britlog
7 anni fa
committed by
Rushabh Mehta
parent
51973c2d3c
commit
771d37a238
2 ha cambiato i file
con
4 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
payments/templates/includes/stripe_checkout.js
+2
-2
payments/templates/pages/stripe_checkout.html
+ 2
- 1
payments/templates/includes/stripe_checkout.js
Vedi File
@@ -14,7 +14,8 @@ $(document).ready(function(){
description: "{{description}}",
amount: cint("{{ amount }}" * 100), // 2000 paise = INR 20
email: "{{payer_email}}",
currency: "{{currency}}"
currency: "{{currency}}",
locale: "auto"
});
})();
+ 2
- 2
payments/templates/pages/stripe_checkout.html
Vedi File
@@ -12,8 +12,8 @@
{%- block page_content -%}
<p class='lead text-center centered'>
<span class='stripe-loading'>Loading Payment System</span>
<span class='stripe-confirming hidden'>Confirming Payment</span>
<span class='stripe-loading'>
{{ _("
Loading Payment System
") }}
</span>
<span class='stripe-confirming hidden'>
{{ _("
Confirming Payment
") }}
</span>
</p>
{% endblock %}
Scrivi
Anteprima
Caricamento…
Annulla
Salva