diff --git a/app/payments/page.js b/app/payments/page.js index 3bb24d8..a8563de 100644 --- a/app/payments/page.js +++ b/app/payments/page.js @@ -67,7 +67,7 @@ function normalizeText(value) { function isHaramText(value) { const text = normalizeText(value); - return text.includes('haram') || text.includes('هرم') || text.includes('حرام'); + return text.includes('haram') || text.includes('هرم') || text.includes('هرام'); } export default function PaymentsPage() {