correlate 0.3.0

correlate is a standalone server that listens for Stripe webhook events and sends notification emails about successful orders.
1
2
3
4
5
pub mod create;
pub mod retrieve;

const STRIPE_API: &str = "https://api.stripe.com";
const CHECKOUT_ENDPOINT: &str = "/v1/checkout/sessions";