refactor
This commit is contained in:
@@ -121,8 +121,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
|
||||
if ($cat === 'product') {
|
||||
|
||||
$products_total_cost = wiaas_get_package_hardware_procurement_cost($package) +
|
||||
wiaas_get_package_software_procurement_cost($package);
|
||||
$products_total_cost = wiaas_get_package_product_procurement_cost($package);
|
||||
|
||||
esc_html_e('Total: ' . $products_total_cost, 'wiaas');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user