summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-04-19 14:27:34 +0000
committerivan <ivan>2002-04-19 14:27:34 +0000
commit1da06b18de4aee602da3fffb166da8d833343262 (patch)
tree5e2e9d66f85bba356c77286e9d3465b2fceb9a34 /FS
parenta28e2731a7febc2a96bb11ed4ce165808bd8b8d9 (diff)
add phone to Business::OnlinePayment usage
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index a419ca8f9..63a70cd5b 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -518,6 +518,7 @@ sub realtime_card {
'expiration' => $exp,
'referer' => 'http://cleanwhisker.420.am/',
'email' => $email,
+ 'phone' => $cust_main->daytime || $cust_main->night,
);
$transaction->submit();
@@ -947,7 +948,7 @@ sub print_text {
=head1 VERSION
-$Id: cust_bill.pm,v 1.32 2002-04-16 22:56:58 ivan Exp $
+$Id: cust_bill.pm,v 1.33 2002-04-19 14:27:34 ivan Exp $
=head1 BUGS