I'm on checkout page! I've created a new payment gateway called "others", the user choose this gateway and a drop-down list with payment options such as "Visa, MasterCard, etc" becomes available. When the user choose an option e.g.:"VISA", I want that the payment method title becomes "VISA", not "others". I've try to use:
$order->set_payment_method_title($_POST[$this->id.'-admin-note']);
But it doesn't work. Can someone help me? Does someone know how to change the payment method title?