diff options
author | ivan <ivan> | 2002-04-19 14:27:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-19 14:27:34 +0000 |
commit | 1da06b18de4aee602da3fffb166da8d833343262 (patch) | |
tree | 5e2e9d66f85bba356c77286e9d3465b2fceb9a34 /FS | |
parent | a28e2731a7febc2a96bb11ed4ce165808bd8b8d9 (diff) |
add phone to Business::OnlinePayment usage
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 3 |
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 |