Edit payment
All checks were successful
Build frontend / build (push) Successful in 52s

This commit is contained in:
Rahaf
2026-07-13 21:51:04 +03:00
parent 9a7e7fb5f8
commit 7176031485

View File

@ -67,7 +67,7 @@ function normalizeText(value) {
function isHaramText(value) { function isHaramText(value) {
const text = normalizeText(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() { export default function PaymentsPage() {