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

fix(webhook): process webhook when received #313

Closed
wants to merge 2 commits into from

Conversation

joerivanveen
Copy link
Contributor

INT-572

@joerivanveen joerivanveen requested a review from a team as a code owner October 22, 2024 12:24
@joerivanveen joerivanveen force-pushed the fix/webhook/process-webhook-when-received branch from 16acf7a to 3f6b7aa Compare October 22, 2024 12:52
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.71%. Comparing base (a421c52) to head (a4ce144).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #313      +/-   ##
============================================
- Coverage     96.31%   95.71%   -0.61%     
  Complexity     1688     1688              
============================================
  Files           315      315              
  Lines          5759     5759              
============================================
- Hits           5547     5512      -35     
- Misses          212      247      +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@myparcel-bot myparcel-bot bot force-pushed the fix/webhook/process-webhook-when-received branch from 0943794 to 75c146a Compare October 23, 2024 09:10
@myparcel-bot myparcel-bot bot force-pushed the fix/webhook/process-webhook-when-received branch from 75c146a to a4ce144 Compare October 23, 2024 13:55
* $this->cronService->dispatch([$this, 'processWebhook'], $input);
* For now: process immediately
*/
$this->processWebhook($input);
Copy link
Contributor

Choose a reason for hiding this comment

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

maar moet dit hier? dit kan toch gewoon in wordpress opgelost worden door dispatch dit direct te laten doen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok ik sluit de pr, ik deed het hier om 100% zeker te zijn dat het in alle platformen zou werken, en dat ik niet alleen een fix voor WordPress zou maken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants