|
|
@@ -290,7 +290,7 @@ public class RestApiPaypalService {
|
|
|
.execute();
|
|
|
// 订阅正常创建
|
|
|
log.info("cancelSubscriptions-resp:{}",response);
|
|
|
- if(response.getStatus() != 204){
|
|
|
+ if(response.getStatus() != 204 && response.getStatus() != 404){
|
|
|
throw new BusinessException(ResultCode.CANCEL_SUBSCRIPTIONS_ERROR);
|
|
|
}
|
|
|
|