arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
418 stars 122 forks source link

Update webhook-rocket.rs #492

Open JBlashME opened 5 months ago

JBlashME commented 5 months ago

Outcome does not have Failure just Error eventtype does not exist in Event changed to type def

Summary

Checklist

I was unable to run these. Sorry I am new to rust and I really appreciate the work done on this project. I can't figure out how to delete this so thought id open the PR. If this is wrong we can just delete it and when I get better I can reopen the PR

arlyon commented 5 months ago

Ah, yeah, it looks like our rocket example has slipped through CI... I will see if I can add a job to run that also so that it doesn't silently break again.