Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services
Questions about Payment Form extension

Small Bug Fix for Eway Gateway Plugin

  • Nathan Morrow
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
13 years 2 months ago #33014 by Nathan Morrow
Small Bug Fix for Eway Gateway Plugin was created by Nathan Morrow
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

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc