From: ivan Date: Fri, 24 Oct 2008 22:23:39 +0000 (+0000) Subject: adding prepaid self-service hooks, RT#4100 X-Git-Tag: root_of_webpay_support~285 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f7f4bae5a7f8891957eed9a10bbdfc8363bc08e9 adding prepaid self-service hooks, RT#4100 --- diff --git a/FS/FS/ClientAPI/PrepaidPhone.pm b/FS/FS/ClientAPI/PrepaidPhone.pm index 2d6297a8a..8f534910c 100644 --- a/FS/FS/ClientAPI/PrepaidPhone.pm +++ b/FS/FS/ClientAPI/PrepaidPhone.pm @@ -79,10 +79,11 @@ sub call_time { ); unless ( $svc_phone ) { - return { 'custnum' => '', - 'seconds' => 0, - #'balance' => 0, - }; + return { 'error' => "can't find customer for +$countrycode $phonenum" }; +# return { 'custnum' => '', +# 'seconds' => 0, +# #'balance' => 0, +# }; }; my $cust_pkg = $svc_phone->cust_svc->cust_pkg;