Some indentation

This commit is contained in:
jekkos
2017-08-05 19:56:54 +02:00
committed by FrancescoUK
parent 6b0a2576a3
commit 4a05f00307
2 changed files with 4 additions and 6 deletions

View File

@@ -33,10 +33,6 @@ class Token_customer extends Token
return trim($customer_info->first_name . ' ' . $customer_info->last_name);
}
}
elseif (!empty($this->customer_info))
{
}
return $value;
}