+
+ {method.name}
+ {method.fee > 0 && (
+
+ +{new Intl.NumberFormat(locale === 'sr' ? 'sr-RS' : 'en-US', {
+ style: 'currency',
+ currency: 'RSD',
+ }).format(method.fee)}
+
+ )}
+
+
+
{method.description}
+
+ {!method.available && (
+
+ {locale === 'sr' ? 'Uskoro dostupno' : 'Coming soon'}
+
+ )}
+
+ {isSelected && (
+
+ )}
+
+