Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Helper/Util/PaymentMethodUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,12 @@ class PaymentMethodUtil
'girocard',
'girocard_applepay',
'scalapay_3x',
'scalapay_4x'
'scalapay_4x',
'star',
'nyce',
'carnet',
'accel',
'pulse'
Comment on lines +113 to +117
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better maintainability and to make it easier to find entries in the future, please consider keeping this list sorted alphabetically.

        'accel',
        'carnet',
        'nyce',
        'pulse',
        'star'

];

/**
Expand Down
Loading