summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/payment.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2006-08-27 21:50:18 +0000
committerjeff <jeff>2006-08-27 21:50:18 +0000
commite1be514d16011ba193157c27ed626c4e31e7ecc6 (patch)
treeea86f2907026fef6be1be64b599720cedfecf17e /httemplate/misc/process/payment.cgi
parent984a7dfc285b3aac410dc20a7943b8d09083e94a (diff)
fix payby2bop brokenness
Diffstat (limited to 'httemplate/misc/process/payment.cgi')
-rw-r--r--httemplate/misc/process/payment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index e1fade4e2..027cd502a 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -82,7 +82,7 @@
% die "unknown payby $payby";
%}
%
-%my $error = $cust_main->realtime_bop( $FS::payby::payby2bop->{$payby}, $amount,
+%my $error = $cust_main->realtime_bop( $FS::payby::payby2bop{$payby}, $amount,
% 'quiet' => 1,
% 'payinfo' => $payinfo,
% 'paydate' => "$year-$month-01",