RT#29169: Show payment information in selfservice portal
[freeside.git] / FS / FS / ClientAPI / MyAccount.pm
index fa2b6ba..cb6ac02 100644 (file)
@@ -740,6 +740,7 @@ sub billing_history {
   @history = sort { $b->{'date'} <=> $a->{'date'} } @history;
 
   $return{'history'} = \@history;
+  $return{'money_char'} = $conf->config("money_char") || '$',
 
   return \%return;