Customize the title displayed to the buyer on OpenCart
By default, the message displayed to the buyer by Lyra is the following: Payment by credit card.
It is possible to personalize this title to display, for instance: Card payment with Lyra.
To modify the title, open the lyra.php file located in: Catalog\language\en-US\extension\payment
Locate the code below, then replace Payment by credit card with the desired title:
$_['text_payment_lyra_title'] = 'Card payment with Lyra';
You can also modify the title for the installment payment:
$_['text_payment_lyra_multi_title'] = 'Card payment in %s installments with Lyra';