Skip to content

CONV-247: Configure Cashier webhook route#216

Merged
menvil merged 1 commit into
developfrom
feature/CONV-247-configure-cashier-webhook-route
Jun 2, 2026
Merged

CONV-247: Configure Cashier webhook route#216
menvil merged 1 commit into
developfrom
feature/CONV-247-configure-cashier-webhook-route

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Cashier auto-registers /stripe/webhook endpoint — no manual route needed
  • Added smoke test verifying the endpoint exists (non-404 response)
  • STRIPE_WEBHOOK_SECRET env var already documented in .env.example (CONV-238)

Test plan

  • POST /stripe/webhook returns non-404 (400/403 expected due to signature validation)
  • composer test passes (446 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Add a smoke test to confirm laravel/cashier auto-registers the /stripe/webhook route (non-404 response). This fulfills CONV-247 by verifying no manual route is needed and preventing regressions.

Written for commit b7effee. Summary will update on new commits.

Review in cubic

Cashier auto-registers /stripe/webhook — smoke test confirms route exists.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit c4ccc47 into develop Jun 2, 2026
1 check was pending
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ebc519e7-12d8-4438-ba3f-dcc923190f53

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-247-configure-cashier-webhook-route

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@menvil menvil deleted the feature/CONV-247-configure-cashier-webhook-route branch June 2, 2026 14:43
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.

1 participant