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:
@@ -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 },
|
||||
];
|
||||
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user