From d6741df87df9e3352d7ae47a02d0e3f46154fef9 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 21 Dec 2010 09:12:45 +0000 Subject: changes to support eWay third-party payment, #10208 --- FS/FS/agent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS/agent.pm') diff --git a/FS/FS/agent.pm b/FS/FS/agent.pm index d291ca0..3794d3f 100644 --- a/FS/FS/agent.pm +++ b/FS/FS/agent.pm @@ -276,7 +276,7 @@ sub payment_gateway { $payment_gateway = $override->payment_gateway; $payment_gateway->gateway_namespace('Business::OnlinePayment') - unless $payment_gateway->gateway_name; + unless $payment_gateway->gateway_namespace; } else { #use the standard settings from the config -- cgit v1.1