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";