Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc(PaymentProviders): Refact webhooks folder structure #2829

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

vincent-pochet
Copy link
Collaborator

Description

This pull request refactors the payment provider webhooks module structure.

It mooves all app/services/payment_providers/webhooks/* in sub folders dedicated to each payment provider (app/services/payment_providers/stripe/webhooks/* and app/services/payment_providers/adyen/webhooks/* for instance).

It also moves the PaymentProviders::StripeService#handle_event in a dedicated PaymentProviders::Stripe::HandleEventService#call

@vincent-pochet vincent-pochet force-pushed the misc-refact-stripe-webhook branch from ac220cd to 6a7f7bf Compare November 18, 2024 09:04
Copy link
Collaborator

@rsempe rsempe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! 👏

@vincent-pochet vincent-pochet merged commit 434c860 into main Nov 18, 2024
6 checks passed
@vincent-pochet vincent-pochet deleted the misc-refact-stripe-webhook branch November 18, 2024 09:53
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