Skip to content

CONV-238: Configure Stripe environment#208

Merged
menvil merged 1 commit into
developfrom
feature/CONV-238-configure-stripe-environment
Jun 2, 2026
Merged

CONV-238: Configure Stripe environment#208
menvil merged 1 commit into
developfrom
feature/CONV-238-configure-stripe-environment

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Published config/cashier.php
  • Added Stripe/Cashier env placeholders to .env.example (STRIPE_KEY, STRIPE_SECRET, STRIPE_WEBHOOK_SECRET, CASHIER_CURRENCY=eur)
  • Added test-only placeholder values in phpunit.xml so tests pass without real Stripe keys
  • No real secrets committed

Test plan

  • composer test passes (427 tests)
  • composer lint passes
  • App boots without real Stripe keys in test environment

🤖 Generated with Claude Code


Summary by cubic

Configures Stripe via laravel/cashier and adds env/test scaffolding so the app runs and tests pass without real keys. Implements CONV-238.

  • New Features

    • Published config/cashier.php with keys, webhook, invoice, and currency settings (default EUR).
    • Added .env.example placeholders: STRIPE_KEY, STRIPE_SECRET, STRIPE_WEBHOOK_SECRET, CASHIER_CURRENCY.
    • Added test-only STRIPE_* and currency values in phpunit.xml, plus a minimal test to confirm config loads.
  • Migration

    • Set STRIPE_KEY, STRIPE_SECRET, and STRIPE_WEBHOOK_SECRET in environment for staging/production.
    • Override CASHIER_CURRENCY if needed (defaults to EUR).

Written for commit 737f2ce. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 2eb0f88 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: d25d102a-6232-41e1-b4cd-f052d8ff4158

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-238-configure-stripe-environment

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-238-configure-stripe-environment branch June 2, 2026 14:34
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