X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fagent_payment_gateway.pm;h=6a7cc06d1a368f926503a8c877c74de3c272576e;hp=16979d859de28977cfcc65fea31c40662f8eccbe;hb=06a55e88c46108a667d2c26e59b210382a9ea984;hpb=8ea0bfff9308f4c13d170c45cbac6ba7a8a9e488 diff --git a/FS/FS/agent_payment_gateway.pm b/FS/FS/agent_payment_gateway.pm index 16979d859..6a7cc06d1 100644 --- a/FS/FS/agent_payment_gateway.pm +++ b/FS/FS/agent_payment_gateway.pm @@ -119,10 +119,10 @@ sub _upgrade_data { 'table' => 'agent_payment_gateway', 'extra_sql' => ' WHERE taxclass IS NOT NULL AND taxclass != \'\'', }); - die "Non ACH (E-check) Agent cardtype override no longer supported" + die "Agent cardtype override no longer supported" if qsearch({ 'table' => 'agent_payment_gateway', - 'extra_sql' => ' WHERE cardtype IS NOT NULL AND cardtype != \'\' AND cardtype != \'ACH\'', + 'extra_sql' => ' WHERE cardtype IS NOT NULL AND cardtype != \'\'', }); return ''; }