6 This message is to inform you that your payment of ${ $paid } has been
9 Payment ID: { $paynum }
12 Type: { $payby } # { $payinfo }
16 $OUT .= "Your current balance is now \$$balance.\n\n";
17 } elsif ( $balance < 0 ) {
18 $OUT .= 'You have a credit balance of $'. sprintf("%.2f",0-$balance).
20 "Future charges will be deducted from this balance before billing ".
25 Thank you for your business.