refactor wip
This commit is contained in:
9
portal/src/components/common/payments/mod.rs
Normal file
9
portal/src/components/common/payments/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Generic payment components for Stripe and other payment providers
|
||||
|
||||
pub mod stripe_provider;
|
||||
pub mod stripe_payment_form;
|
||||
pub mod payment_intent;
|
||||
|
||||
pub use stripe_provider::{StripeProvider, PaymentIntentCreator};
|
||||
pub use stripe_payment_form::StripePaymentForm;
|
||||
pub use payment_intent::{PaymentIntentRequest, PaymentIntentResponse, PaymentMetadata};
|
||||
Reference in New Issue
Block a user