Commit 34b54dd
Fix day pass "Pass Not Found" error by using full Stripe session IDs (#53)
The activation API was truncating payment IDs to 6 chars, but guest day
passes stored the full Stripe session ID in Airtable. This mismatch
caused lookups to fail, showing "Pass Not Found" to customers.
Also fixes member day pass: stores full session ID instead of truncated,
and corrects the checkout redirect query param from payment_id to id.
https://claude.ai/code/session_012iZN4w9gESaszoZAoijk6G
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8ecab41 commit 34b54dd
3 files changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 69 | + | |
| 70 | + | |
77 | 71 | | |
78 | 72 | | |
79 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments