Can you put the recurring payment option first?
The button display is hardcoded. It's not possible to change the order without modifying its output in _drawCCform within the below file.
components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/controllers/cbpaidCreditCardsPayHandler.php
I also need to know how to change the language of those buttons and could not find that in the plugin cbsub language file.
They're within the CBSubs english language file. Example as follows.
'Visa' => 'Visa',
You can find this in the below file.
components/com_comprofiler/plugin/language/cbpaidsubscriptions-en-gb/language.php