|
|
@@ -351,10 +351,10 @@ public class MerchantAlipayPaymentStrategyImpl implements MerchantPaymentStrateg
|
|
|
if (StringUtils.isBlank(refundAmount) || new BigDecimal(refundAmount).compareTo(BigDecimal.ZERO) <= 0) {
|
|
|
return R.fail("退款金额必须大于0");
|
|
|
}
|
|
|
- StorePaymentConfig config = storePaymentConfigService.getByStoreId(storeId);
|
|
|
- if (config == null) {
|
|
|
- return R.fail("该门店未配置支付参数");
|
|
|
- }
|
|
|
+// StorePaymentConfig config = storePaymentConfigService.getByStoreId(storeId);
|
|
|
+// if (config == null) {
|
|
|
+// return R.fail("该门店未配置支付参数");
|
|
|
+// }
|
|
|
MerchantPaymentOrder paymentOrder = merchantPaymentOrderService.getByOutTradeNo(outTradeNo);
|
|
|
if (paymentOrder == null) {
|
|
|
return R.fail("支付单不存在");
|