liberu-real-estate / real-estate-laravel

Estate agency application written in Laravel 11 / PHP 8.3 using Filament 3
https://www.facebook.com/liberusoftware
23 stars 5 forks source link

Refactor PaymentController for Modularity #108

Closed sweep-ai[bot] closed 3 months ago

sweep-ai[bot] commented 3 months ago

PR Feedback (click)

The createSession and handlePaymentSuccess functions have been refactored. The request validation, Stripe API key setting, payment intent creation, transaction creation, and transaction saving logic have been extracted into separate private methods.

Summary of Changes

These changes enhance the modularity of the PaymentController, making the code easier to understand, test, and reuse.

sweep-ai[bot] commented 3 months ago

Rollback Files For Sweep