saas-rs-sdk 0.6.3

The SaaS RS SDK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod create_checkout_session;
mod error;
mod find_customer_for_account;
mod stripe_payment_processor;
mod sync_account;
mod sync_plan;
mod sync_plan_costs;

pub use stripe_payment_processor::StripePaymentProcessor;

pub use stripe;
pub use stripe_billing;
pub use stripe_checkout;
pub use stripe_core;
pub use stripe_product;
pub use stripe_types;

pub(crate) const PROVIDER_KEY: &str = "stripe";