Renaming the payment method
When the buyer is on the payment method selection page, by default, the Lyra Collect module will display: Payment by credit card.
It is possible to personalize this label to display, for instance: Card payment with Lyra Collect
For this, open the lyra.php file, located in: Catalog\language\fr-fr\extension\payment
Replace Payment by credit card by the desired label:
$_['text_payment_lyra_title'] = 'Card payment with Lyra Collect';
$_['text_payment_lyra_multi_title'] = 'Card payment in %s installments with Lyra Collect';