From 717603148572a6306942d5e58115fc2821caa139 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Mon, 13 Jul 2026 21:51:04 +0300 Subject: [PATCH] Edit payment --- app/payments/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {