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

Feat/sc-31614 #71

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feat/sc-31614 #71

wants to merge 4 commits into from

Conversation

hnccox-yard
Copy link

Add a pronamic:cleanup command to invoke with crontab every day to remove fulfilled payments older than 5 days

@hnccox-yard hnccox-yard force-pushed the feat/sc-31614 branch 4 times, most recently from 05c949c to 57ddafd Compare January 3, 2025 11:06
(new HK\Providers\CommandServiceProvider())->boot();
} catch (Exception $e) {
// Log error.
error_log('Error booting CommandServiceProvider: ' . $e->getMessage());
Copy link
Contributor

Choose a reason for hiding this comment

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

Dit is denk ik niet wat je wilt. Exceptions vang je alleen af wanneer je de error situatie kunt oplossen waarna je veilig door kunt. Ik zou zeggen: Laat die exception lekker over aan de exception handler van Fusion.

Copy link
Contributor

Choose a reason for hiding this comment

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

...en bij gebrek aan Fusion... aan de exception handler van WP.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ik zou hem dit geval wel afvangen omdat anders de hele site eruit ligt. Aan de andere kant zie ik de serviceprovider in deze opzet geen exceptie gooien.

De afhandeling zou wel beter in serviceprovider passen.

Wellicht zit hier nog een oplossing in en anders in de package/plugin die Dik aan het maken is?

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.

5 participants