Skip to content

Fix 500 errors on cashier and edit pages#57

Merged
fifle merged 1 commit intomasterfrom
claude/fix-baltic-donation-links-0XA2i
Mar 11, 2026
Merged

Fix 500 errors on cashier and edit pages#57
fifle merged 1 commit intomasterfrom
claude/fix-baltic-donation-links-0XA2i

Conversation

@fifle
Copy link
Owner

@fifle fifle commented Mar 11, 2026

  • Add missing cashier() method to DonationController (the route referenced it but it never existed — donationEmbed() previously returned the cashier view until commit 5550b44 correctly fixed it to return embed)
  • Add missing $rec variable to editLink() — the edit view uses it on lines 400 and 1034 but it was never parsed or passed from the controller

https://claude.ai/code/session_01EAXJJFd2poNuymCVjFT5QR

- Add missing cashier() method to DonationController (the route referenced
  it but it never existed — donationEmbed() previously returned the cashier
  view until commit 5550b44 correctly fixed it to return embed)
- Add missing $rec variable to editLink() — the edit view uses it on lines
  400 and 1034 but it was never parsed or passed from the controller

https://claude.ai/code/session_01EAXJJFd2poNuymCVjFT5QR
@fifle fifle merged commit 335f2e2 into master Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants