Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
anoopmb
/
payments
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Stripe translations (
#4892
)
pull/2/head
Britlog
il y a 7 ans
committed by
Rushabh Mehta
Parent
51973c2d3c
révision
771d37a238
2 fichiers modifiés
avec
4 ajouts
et
3 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-1
payments/templates/includes/stripe_checkout.js
+2
-2
payments/templates/pages/stripe_checkout.html
+ 2
- 1
payments/templates/includes/stripe_checkout.js
Voir le fichier
@@ -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
Voir le fichier
@@ -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 %}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer