Skip to content

Conversation

@pjaneta
Copy link
Collaborator

@pjaneta pjaneta commented Jan 12, 2026

… language

Description

Tested scenarios

Fixed issue:

@pjaneta pjaneta requested a review from kpieloch January 12, 2026 15:11
@pjaneta pjaneta requested a review from a team as a code owner January 12, 2026 15:11

import com.adyen.model.checkout.PaymentMethodsResponse;

public interface DefaultPaymentMethodNameOverrideService {
Copy link
Collaborator

Choose a reason for hiding this comment

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

The interface is named DefaultPaymentMethodNameOverrideService. In standard Java/Spring/Hybris development, the interface should typically be named PaymentMethodNameOverrideService (without the "Default" prefix), and the implementation class should be DefaultPaymentMethodNameOverrideService.
Rename the interface to PaymentMethodNameOverrideService to follow standard conventions.

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.

2 participants