|
|
@@ -1022,9 +1022,9 @@ class OrderClass extends BaseClass
|
|
|
$productPrice = $current['price'] ?? '';
|
|
|
$content .= $productNum . '=' . $productPrice . '<BR>';
|
|
|
}
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
|
|
|
if (isset($respond['refund']) && !empty($respond['refund'])) {
|
|
|
@@ -1039,9 +1039,9 @@ class OrderClass extends BaseClass
|
|
|
$productPrice = $current['price'] ?? '';
|
|
|
$content .= $productNum . '=' . $productPrice . '<BR>';
|
|
|
}
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
|
|
|
if ($showPrice == 1) {
|