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
2025-12-13 15:49:04 +01:00
2025-12-14 16:32:45 +01:00
2026-01-13 17:16:31 +01:00
2026-01-13 17:16:31 +01:00
2026-01-07 21:20:04 +01:00
2026-01-12 13:05:09 +01:00
2026-01-13 10:30:10 +01:00
2025-12-20 14:25:40 +01:00
2025-12-20 14:25:40 +01:00
2026-01-12 17:07:22 +01:00
2026-01-18 14:49:37 +01:00
2026-01-19 09:08:53 +01:00
2026-01-09 11:03:43 +01:00
2025-12-14 12:00:55 +01:00
2025-12-14 16:32:45 +01:00
2026-01-05 14:54:21 +01:00
2025-12-14 12:21:09 +01:00
2025-12-14 00:07:06 +01:00
2025-12-14 16:32:45 +01:00
2025-12-17 11:44:12 +01:00
2025-12-20 14:25:40 +01:00
2026-01-18 12:54:50 +01:00
2025-12-16 17:28:50 +01:00
2025-12-21 20:12: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
2026-01-19 00:07:05 +01:00
2026-01-18 23:19:11 +01:00
2025-12-14 16:32:45 +01:00
2025-12-18 16:49:24 +01:00
2025-12-20 14:25:40 +01:00
2026-01-18 14:49:37 +01:00
2025-12-14 16:32:45 +01:00
2025-12-15 11:36:06 +01:00
2025-12-21 14:28:12 +00:00
2026-01-17 20:30:32 +01:00
2026-01-16 23:06:07 +01:00
2026-01-16 23:06:07 +01:00
2026-01-05 11:42:14 +01:00
2026-01-05 11:42:14 +01:00
2025-12-15 13:11:59 +01:00
2025-12-14 15:14:14 +01:00
2026-01-11 22:21:13 +01:00
2026-01-11 22:21:13 +01:00
2025-12-22 11:58:46 +00:00
2025-12-22 13:25:38 +01:00
2025-12-18 12:27:54 +01:00
2025-12-18 16:49:24 +01:00
2025-12-16 00:07:20 +01:00
2026-01-05 14:54:21 +01:00
2025-12-14 16:32:45 +01:00
2025-12-20 14:25:40 +01:00
2025-12-14 12:00:55 +01:00
2026-01-14 19:24:37 +01:00
2026-01-15 11:33:27 +01:00
2026-01-15 11:33:27 +01:00
2025-12-14 16:32:45 +01:00
2025-12-14 16:32:45 +01:00
2026-01-18 14:49:37 +01:00
2026-01-18 14:49:37 +01:00
2026-01-14 19:24:37 +01:00
2026-01-14 19:24:37 +01:00
2025-12-20 14:25:40 +01:00
2026-01-15 16:13:50 +01:00
2025-12-21 19:19:24 +01:00
2025-12-21 19:19:24 +01:00
2025-12-13 15:49:04 +01:00
2026-01-12 11:30:52 +01:00
2026-01-18 21:52:44 +01:00
2026-01-18 23:19:11 +01:00
2026-01-11 21:36:47 +01:00
2026-01-11 21:36:47 +01:00