Files
grimoire/src/lib
Alejandro f56228f88a fix: remove double URL encoding in zap requests (#145)
The zap request JSON was being encoded twice:
1. Manually via encodeURIComponent in serializeZapRequest()
2. Automatically by URLSearchParams.set() when building callback URL

This caused overly-encoded URLs (e.g., '{' → '%7B' → '%257B').

Fix: Remove manual encoding and let URLSearchParams handle it.
Verified: Tests pass, build succeeds

Co-authored-by: Claude <noreply@anthropic.com>
2026-01-19 09:08:53 +01:00
..
2026-01-16 18:47:16 +01:00
2026-01-14 19:24:37 +01:00
2026-01-13 17:16:31 +01:00
2026-01-13 17:16:31 +01:00
2025-12-20 14:25:40 +01:00
2025-12-20 14:25:40 +01:00
2025-12-14 12:00:55 +01:00
2025-12-14 12:21:09 +01:00
2025-12-17 11:44:12 +01:00
2025-12-20 14:25:40 +01:00
2025-12-18 16:00:56 +01:00
2025-12-18 16:00:56 +01:00
2025-12-18 16:00:56 +01:00
2025-12-18 16:25:34 +01:00
2025-12-17 11:44:12 +01:00
2025-12-20 14:25:40 +01:00
2025-12-15 11:36:06 +01:00
2025-12-15 13:11:59 +01:00
2025-12-14 15:14:14 +01:00
2025-12-22 13:25:38 +01:00
2025-12-18 16:49:24 +01:00
2025-12-20 14:25:40 +01:00
2025-12-14 12:00:55 +01:00
2025-12-20 14:25:40 +01:00
2026-01-15 16:13:50 +01:00