|
@@ -82,7 +82,7 @@ public class OrderPayOpsServiceImpl implements OrderPayOpsService {
|
|
|
|
|
|
@Override
|
|
|
public Map<String, Object> executePayment(PaymentParam payParam) throws Exception {
|
|
|
- log.info("executePayment >>>>> {}", JSON.toJSONString(payParam));
|
|
|
+ log.warn("executePayment >>>>> {}", JSON.toJSONString(payParam));
|
|
|
if (payParam.getAmount() == null) {
|
|
|
throw new Exception("PaymentParam query is null");
|
|
|
}
|