diff options
author | jeff <jeff> | 2007-08-05 17:32:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-08-05 17:32:26 +0000 |
commit | 026ae067dae09ace77e9af30c9a61761acf2273c (patch) | |
tree | 2a4324475269b2ca1086397c687f65200b6fb219 /FS | |
parent | d64e841c41f84d352a0f9a661ce48a22d419b28c (diff) |
eeb! fix realtime recharge
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 7a83ecee2..edb26ef8a 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -889,7 +889,7 @@ sub order_recharge { $bill_error = _do_bop_realtime( $cust_main ); - if ('bill_error') { + if ($bill_error) { return $bill_error; } else { my $error = $svc_x->recharge (\%vhash); |