Change on Class WC_Payment_Gateway_WCPa
-
We use the woocommerce-payment plugin,
I would like to change a line of code:
Line: 79 $this->title= __( ‘Credit card’, ‘woocommerce-payments’ );
On the checkout it show as “Credit card”. Its easy to go and change it an and ave it to say:
Line: 79 $this->title= __( ‘Credit Cards- Visa, Master, Disc’, ‘woocommerce-payments’ );It would either be that or id rather have an image thats hows the same.
The question is: Can I make a change that will stay even when the plugin is updated?
ANy help would be greatly appreciated
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change on Class WC_Payment_Gateway_WCPa’ is closed to new replies.