+
{translatedName}
{method.fee > 0 && (
-
+
+{new Intl.NumberFormat(locale === 'sr' ? 'sr-RS' : 'en-US', {
style: 'currency',
currency: 'RSD',
@@ -81,26 +108,17 @@ export function PaymentMethodCard({
{translatedDescription}
+ )}>
+ {translatedDescription}
+
{!method.available && (
-
+
{t(`${method.id}.comingSoon`)}
)}
-
- {isSelected && (
-
-
-
- {t("selected")}
-
-
- )}
);
diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json
index 3a4e8eb..17f6411 100644
--- a/src/i18n/messages/de.json
+++ b/src/i18n/messages/de.json
@@ -361,6 +361,7 @@
"cashOnDeliveryDesc": "Bezahlen Sie, wenn Ihre Bestellung an Ihre Tür geliefert wird.",
"processing": "Wird bearbeitet...",
"completeOrder": "Bestellung abschließen - {total}",
+ "moneyBackGuarantee": "30 Tage Geld-zurück-Garantie",
"orderSummary": "Bestellübersicht",
"qty": "Menge",
"subtotal": "Zwischensumme",
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json
index 3581284..f8dad44 100644
--- a/src/i18n/messages/en.json
+++ b/src/i18n/messages/en.json
@@ -407,6 +407,7 @@
"cashOnDeliveryDesc": "Pay when your order is delivered to your door.",
"processing": "Processing...",
"completeOrder": "Complete Order - {total}",
+ "moneyBackGuarantee": "30-Day Money-Back Guarantee",
"orderSummary": "Order Summary",
"qty": "Qty",
"subtotal": "Subtotal",
diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json
index 0fdf159..44e79f2 100644
--- a/src/i18n/messages/fr.json
+++ b/src/i18n/messages/fr.json
@@ -361,6 +361,7 @@
"cashOnDeliveryDesc": "Payez lorsque votre commande est livrée à votre porte.",
"processing": "En cours...",
"completeOrder": "Finaliser la Commande - {total}",
+ "moneyBackGuarantee": "Garantie de remboursement de 30 jours",
"orderSummary": "Résumé de la Commande",
"qty": "Qté",
"subtotal": "Sous-total",
diff --git a/src/i18n/messages/sr.json b/src/i18n/messages/sr.json
index 5dd4b9e..d07dad6 100644
--- a/src/i18n/messages/sr.json
+++ b/src/i18n/messages/sr.json
@@ -407,6 +407,7 @@
"cashOnDeliveryDesc": "Platite kada vam narudžbina bude isporučena na vrata.",
"processing": "Obrađivanje...",
"completeOrder": "Završi narudžbinu - {total}",
+ "moneyBackGuarantee": "30-dnevna garancija povrata novca",
"orderSummary": "Pregled narudžbine",
"qty": "Kol",
"subtotal": "Ukupno",