Stripe 回调判空并直接返回
This commit is contained in:
@@ -394,7 +394,7 @@ public class StripeServiceImpl implements StripeService {
|
||||
OrderInfo orderInfo = orderInfoService.getOrderByOrderNo(orderNo);
|
||||
if (Objects.isNull(orderInfo)){
|
||||
// 说明该回调不是从AiDA订阅获得
|
||||
response = Boolean.TRUE;
|
||||
return true;
|
||||
}
|
||||
if (event.getType().equals("charge.failed")){
|
||||
// 添加支付信息 && 更新支付信息
|
||||
|
||||
Reference in New Issue
Block a user