Hi Tuan,
I've discovered (and fixed) a small bug in the Eway Gateway plugin that stops the Card Holder's Name being correctly sent to the gateway - so it doesn't appear in the Eway control panel.
On line 443 of os_eway.php it has the following incorrect line:
Code:
"<ewayCardHoldersName>".htmlentities( $this->myCardName )."</ewayCardHoldersName>".
which needs to be replaced with:
Code:
"<ewayCardHoldersName>".htmlentities( $this->myCardHoldersName )."</ewayCardHoldersName>".
Perhaps you can update this in the next release of the component.
Cheers
Nathan