feat: rename farmer to resource provider across codebase and update terminology
This commit is contained in:
@@ -241,8 +241,8 @@ impl ProductService {
|
||||
if let Some(combination_id) = product.attributes.get("combination_id") {
|
||||
details["combination_id"] = combination_id.value.clone();
|
||||
}
|
||||
if let Some(farmer_email) = product.attributes.get("farmer_email") {
|
||||
details["farmer_email"] = farmer_email.value.clone();
|
||||
if let Some(resource_provider_email) = product.attributes.get("resource_provider_email") {
|
||||
details["resource_provider_email"] = resource_provider_email.value.clone();
|
||||
}
|
||||
if let Some(cpu_cores) = product.attributes.get("cpu_cores") {
|
||||
details["cpu_cores"] = cpu_cores.value.clone();
|
||||
|
||||
Reference in New Issue
Block a user