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