Add PayPal webhook handling

This commit is contained in:
Codex Agent
2026-02-04 14:23:07 +01:00
parent 66c7131d79
commit 5c78ac00dd
12 changed files with 676 additions and 7 deletions

View File

@@ -15,5 +15,6 @@ class VerifyCsrfToken extends Middleware
'api/v1/photos/*/like',
'api/v1/events/*/upload',
'lemonsqueezy/webhook*',
'paypal/webhook*',
];
}