Modifying a payment module I'm not having any success changing the "payment name" that is placed in table sales_flat_order_payment
in field "method".
For example if payment is check, it is populated with checkmo.
I've tried changing
protected $_code = '.........';
in payment.php with no success.
I'm guessing this name may need changing in multiple places?
I have researched this but any answers I can find are assuming I have the skill level to know how to duplicate or modify the extension. magento ver 1.4.1.1
more info; I'm using a Western Union payment extension as a Bpay payment extension and that field method is used to SMS payment type to me (and it would be more elegant it said what it really was!)