implement models for payment and id verification
This commit is contained in:
5
heromodels/src/models/payment/mod.rs
Normal file
5
heromodels/src/models/payment/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! Payment-related models and types
|
||||
|
||||
pub mod stripe;
|
||||
|
||||
pub use stripe::*;
|
Reference in New Issue
Block a user