X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FPrepaidPhone.pm;h=00bc0ffd07135c0e63c7590f4d933be897a67863;hb=d7eafc9c9aae2bf47ea19a56cc5bb1380c5874e4;hp=bcde29279ac05d3e8b4e68c307a148469d860ac4;hpb=71de039536f6ef587bfaafcab199df078025d90c;p=freeside.git diff --git a/FS/FS/ClientAPI/PrepaidPhone.pm b/FS/FS/ClientAPI/PrepaidPhone.pm index bcde29279..00bc0ffd0 100644 --- a/FS/FS/ClientAPI/PrepaidPhone.pm +++ b/FS/FS/ClientAPI/PrepaidPhone.pm @@ -152,7 +152,7 @@ sub call_time { unless ( $rate_detail->min_charge > 0 ) { #XXX no charge?? return lots of seconds, a default, 0 or what? #return { 'error' => '0 rate for +$rate_countrycode $rate_phonenum; prepaid service not available" }; - $return{'seconds'} = 1800; #half hour?! + #customer wants no default for now# $return{'seconds'} = 1800; #half hour?! return \%return; }