account type is permanent and password registration is now working at checkout
This commit is contained in:
@@ -18,6 +18,7 @@ pub struct Model {
|
||||
pub status: String,
|
||||
pub total_cents: i64,
|
||||
pub currency: String,
|
||||
pub user_id: Option<i32>,
|
||||
pub account_type: String,
|
||||
pub company_name: Option<String>,
|
||||
pub company_id: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user