rustauth-stripe 0.3.0

Stripe integration for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(clippy::unwrap_used)]

#[path = "common/mod.rs"]
mod common;

#[path = "webhooks/checkout_reference.rs"]
mod checkout_reference;
#[path = "webhooks/idempotency.rs"]
mod idempotency;
#[path = "webhooks/resilience.rs"]
mod resilience;
#[path = "webhooks/skip_paths.rs"]
mod skip_paths;