summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-31 04:30:49 +0000
committerjeff <jeff>2007-01-31 04:30:49 +0000
commita7ea8cde763b396d0f4ce48168c689d038263786 (patch)
tree224b5db7d94ae50ba7b9d0aaa544b2f185c52257 /httemplate/misc/process
parent89cb729e71c400307f47eef8e9e0b295db2dfca0 (diff)
small change in payment receipt handling (ticket 1422)
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/payment.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index 6089d27c0..a5f4d4208 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -91,6 +91,7 @@
%
%my $error = $cust_main->realtime_bop( $FS::payby::payby2bop{$payby}, $amount,
% 'quiet' => 1,
+% 'manual' => 1,
% 'payinfo' => $payinfo,
% 'paydate' => "$year-$month-01",
% 'payname' => $payname,