|
|
@@ -424,7 +424,7 @@ class ShopController extends BaseController {
|
|
|
// 计算马来币
|
|
|
$money = intval($money);
|
|
|
$amount = number_format($money * $exchangeRateMYR, 2, '.', '');
|
|
|
- $amount = number_format(1, 2, '.', ''); // TODO: 测试
|
|
|
+// $amount = number_format(1, 2, '.', ''); // TODO: 测试
|
|
|
$paymentParams['Amount'] = str_replace('.', '', $amount);
|
|
|
// (Optional) (int)
|
|
|
$paymentParams['PaymentId'] = '2'; // TODO: 2=MYR
|