|
|
@@ -423,7 +423,6 @@ class ShopController extends BaseController {
|
|
|
$exchangeRateMYR = floatval(Cache::getSystemConfig()['exchangeRateMYR']['VALUE'] ?? 0);
|
|
|
// 计算马来币
|
|
|
$amount = number_format($money * $exchangeRateMYR, 2, '.', '');
|
|
|
- LoggerTool::info([$money, $amount]);
|
|
|
// $amount = number_format(1, 2, '.', ''); // TODO: 测试
|
|
|
$paymentParams['Amount'] = str_replace('.', '', $amount);
|
|
|
|