Skip to content

Commit

Permalink
Merge pull request #625 from lasantosr/feature/expose-webhook-event-data
Browse files Browse the repository at this point in the history
feat(next): expose webhook event data
  • Loading branch information
mzeitlin11 authored Oct 26, 2024
2 parents aca76f2 + cf8f958 commit e246db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-stripe-webhook/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ mod webhook;
pub use error::WebhookError;
pub use generated::*;
pub use stripe_shared::event::EventType;
pub use webhook::{Event, Webhook};
pub use webhook::{Event, EventData, Webhook};

0 comments on commit e246db4

Please sign in to comment.