From: ivan Date: Fri, 19 Apr 2002 14:27:34 +0000 (+0000) Subject: add phone to Business::OnlinePayment usage X-Git-Tag: freeside_1_4_0_pre12~51 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1da06b18de4aee602da3fffb166da8d833343262;p=freeside.git add phone to Business::OnlinePayment usage --- 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