credis pacakges ifxes
This commit is contained in:
@@ -339,7 +339,7 @@ export default function PayInvoiceModal({
|
||||
) : (
|
||||
<>
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between mb-5">
|
||||
<div className="flex items-center justify-between mb-5 pr-8">
|
||||
<div>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white">Pay Invoice</h2>
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400">#{invoice.invoice_number}</p>
|
||||
@@ -348,6 +348,11 @@ export default function PayInvoiceModal({
|
||||
<div className="text-2xl font-bold text-gray-900 dark:text-white">
|
||||
{currency} {amount.toFixed(2)}
|
||||
</div>
|
||||
{isPakistan && selectedOption === 'bank_transfer' && (
|
||||
<div className="text-sm text-gray-500 dark:text-gray-400">
|
||||
≈ PKR {Math.round(amount * 278).toLocaleString()}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user