Skip to content

Conversation

@strug
Copy link
Contributor

@strug strug commented Jan 29, 2026

No description provided.

@strug strug changed the title Change interfcae for user inspect Change interface for user inspect Jan 29, 2026
)
public BlockedShops inspectUserShops(InspectUserContext context) throws InvalidRequest, TException {
if (CollectionUtils.isEmpty(context.getShopList())) {
log.warn("FraudInspectorHandler inspectUser with empty shopList: {}", context);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

мб в логе аналогично классу назвать, чтоб не путаться, либо класс переименовать

log.debug("FraudInspectorHandler inspectUser result blockedShops: {}", blockedShops);
return new BlockedShops().setShopList(blockedShops);
} catch (Exception e) {
log.warn("FraudInspectorHandler error when inspectUser e: ", e);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

и тут

@strug strug merged commit b89ace3 into master Jan 30, 2026
10 checks passed
@strug strug deleted the ft/user-inspect branch January 30, 2026 09:13
@strug strug restored the ft/user-inspect branch January 30, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants