|
|
@@ -403,8 +403,8 @@ class NoticeController extends PublicController
|
|
|
noticeUtil::push('收银台支付回调失败了,没有找到钱包类型,请注意,orderSn:' . $orderSn, '15280215347');
|
|
|
util::end();
|
|
|
}
|
|
|
- $total_amount = $orderTradeInfo['total_amount'] ?? 0;
|
|
|
- $totalFee = $total_amount / 100;
|
|
|
+ $trade_amount = $orderTradeInfo['trade_amount'] ?? 0;
|
|
|
+ $totalFee = $trade_amount / 100;
|
|
|
if ($totalFee <= 0) {
|
|
|
noticeUtil::push('收银台支付回调验证失败了,金额错误,请注意,orderSn:' . $orderSn, '15280215347');
|
|
|
util::end();
|