Comments on: Magento eWay Beagle patch http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/ Dave Heavy Industries - blog Tue, 15 Oct 2013 13:29:58 +0000 hourly 1 http://wordpress.org/?v=3.6 By: Joshua Oliver http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-180236 Joshua Oliver Tue, 13 Aug 2013 03:21:39 +0000 http://wp.daveheavyindustries.com/?p=39#comment-180236 Hey,

Just wondering if this got updated?

]]>
By: admin http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-18224 admin Tue, 23 Oct 2012 00:13:20 +0000 http://wp.daveheavyindustries.com/?p=39#comment-18224 I’ll run up a 1.7 store and test it out Anthony, although I’ve had other people tell me 1.7 works fine with the patch – have you checked your error logs?

]]>
By: admin http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-18223 admin Tue, 23 Oct 2012 00:12:29 +0000 http://wp.daveheavyindustries.com/?p=39#comment-18223 Cool – I’ll spend some time on the weekend updating my patch and the article :)

]]>
By: Lucas http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-2603 Lucas Tue, 11 Sep 2012 02:07:52 +0000 http://wp.daveheavyindustries.com/?p=39#comment-2603 Hi,

When using a proper eway sandbox account, it seems the beagle url is different.
It should be:

https://www.eway.com.au/gateway_cvn/xmltest/BeagleTest.asp

Thus, i adjusted the url function to this:

/**
* Get api url of eWAY Direct payment
*
* @return string
*/
public function getApiGatewayUrl()
{
if (Mage::getStoreConfig(‘payment/ewayau_direct/use_anti_fraud’)) {
if(Mage::getStoreConfig(‘payment/ewayau_direct/test_gateway’)) {
return ‘https://www.eway.com.au/gateway_cvn/xmltest/BeagleTest.aspx’;
} else {
return ‘https://www.eway.com.au/gateway/xmlpayment.asp’;
}
}else{
if(Mage::getStoreConfig(‘payment/ewayau_direct/test_gateway’)) {
return ‘https://www.eway.com.au/gateway/xmltest/testpage.asp’;
} else {
return ‘https://www.eway.com.au/gateway/xmlpayment.asp’;
}
}
}

]]>
By: Anthony http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-1247 Anthony Wed, 04 Jul 2012 04:29:33 +0000 http://wp.daveheavyindustries.com/?p=39#comment-1247 Hi Dave,

Thanks for the patch.

We have installed the modified files on our 1.7 test store and have noticed now when we select eWay as a payment method there are no fields to enter card details.

Any ideas?

Thanks again

]]>
By: Maclean http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-886 Maclean Fri, 01 Jun 2012 05:01:06 +0000 http://wp.daveheavyindustries.com/?p=39#comment-886 Hi Kelvin,

We have recommended this patch to many eWAY / Magento customers and it’s still working with the latest Magento release.

]]>
By: Kelvin http://www.daveheavyindustries.com/2011/02/07/magento-eway-beagle-patch/#comment-592 Kelvin Mon, 16 Apr 2012 18:24:22 +0000 http://wp.daveheavyindustries.com/?p=39#comment-592 Hello Dave, its been a year since this post was created. Do you know if anybody used your patch and how well it works?
Thank you for taking your time and posting this patch!
Kelvin

]]>