Skip to content

Commit

Permalink
updated eventbrite event id for 2018; this should be a setting. This …
Browse files Browse the repository at this point in the history
…is what the COUNT slack notification needs to function
  • Loading branch information
digitalman2112 committed Jul 5, 2019
1 parent 95c8896 commit d4ac023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfo-eventbrite-webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function mfo_eventbrite_order_placed ($data) {
//for testing only
/*
function mfo_slack_notify_test() {
mfo_slack_eventbrite_notification("1234" , "22749813304");
mfo_slack_eventbrite_notification("1234" , "47615498237");
}
add_shortcode("mfo-slack-notify-test", "mfo_slack_notify_test");
Expand Down

1 comment on commit d4ac023

@digitalman2112
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Upon further investigation, this is just a test function. I believe the issue with The Count not working was that the new eventbrite event did not have the webhook enabled.

Please sign in to comment.