feat(FN-343): remove lingering iyzico references after Stripe migration (+1 more)

Commits merged:
- chore(FN-343): remove lingering iyzico references from docs, config, and scripts
- feat(FN-343): remove lingering iyzico references after Stripe migration

Files changed:
CLAUDE.md                                    | 10 +++++-----
 README.md                                    |  2 +-
 apps/api/src/database/schema/core.ts         |  1 +
 apps/web/src/messages/en.json                |  1 -
 apps/web/src/messages/tr.json                |  1 -
 apps/web/src/routes/dashboard/billing.tsx    |  6 +++---
 docker-compose.coolify.yml                   |  5 ++---
 docs/INDEX.md                                | 27 ++++++++++++-------------
 knowledge.md                                 | 30 ++++++++++++++--------------
 packages/shared/src/constants/error-codes.ts |  1 -
 packages/shared/src/index.ts                 |  1 -
 packages/shared/src/types/payment.ts         | 12 +----------
 scripts/fn342-pw-verify.mjs                  |  2 +-
 scripts/validate-env.sh                      |  3 +--
 14 files changed, 43 insertions(+), 59 deletions(-)

Fusion-Task-Id: FN-343
This commit is contained in:
Fusion
2026-05-14 02:31:34 +00:00
parent c1085d0bbf
commit 561b02b3d2
14 changed files with 43 additions and 59 deletions

View File

@@ -232,7 +232,7 @@ async function verifyP0_7_TrustCopy(page) {
// Check for trust indicators
const trustChecks = [
{ key: "SSL", text: /256-bit SSL|SSL/i },
{ key: "Provider", text: /Iyzico|iyzico|altyapı/i },
{ key: "Provider", text: /Stripe|stripe|altyapı/i },
{ key: "KVKK", text: /KVKK/i },
];

View File

@@ -97,8 +97,7 @@ echo ""
# ── Optional variables (warn if missing) ──
log "Checking optional variables (warnings only)..."
for var in IYZICO_API_KEY IYZICO_SECRET_KEY IYZICO_BASE_URL \
PL24_API_URL PL24_USERNAME PL24_PASSWORD \
for var in PL24_API_URL PL24_USERNAME PL24_PASSWORD \
EMEX_USERNAME EMEX_PASSWORD; do
if [ -z "${!var:-}" ]; then
log "WARNING: $var is not set (optional)"