From be220533c2ab7d6a22c30208aed21a3840526b9a Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Tue, 12 Aug 2025 15:12:53 -0400 Subject: [PATCH] invoice update --- src/components/ui/PaymentModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/PaymentModal.jsx b/src/components/ui/PaymentModal.jsx index 90fbe06..5258971 100644 --- a/src/components/ui/PaymentModal.jsx +++ b/src/components/ui/PaymentModal.jsx @@ -513,7 +513,7 @@ const PaymentModal = ({ isOpen, onClose, sessionManager, onSessionPurchased }) = React.createElement('i', { key: 'error-icon', className: 'fas fa-exclamation-triangle text-red-400 mt-0.5' }), React.createElement('div', { key: 'error-text', className: 'flex-1' }, [ React.createElement('div', { key: 'error-message', className: 'text-red-400 text-sm' }, error), - (error.includes('инвойса') || paymentStatus === 'failed') && React.createElement('button', { + (error.includes('invoice') || paymentStatus === 'failed') && React.createElement('button', { key: 'retry-btn', onClick: () => createRealInvoice(selectedType), className: 'mt-2 text-orange-400 hover:text-orange-300 underline text-sm'