RT# 82137 - default payment amount now has processing fee in total if processing...
authorChristopher Burger <burgerc@freeside.biz>
Tue, 25 Jun 2019 12:27:29 +0000 (08:27 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Tue, 25 Jun 2019 12:27:29 +0000 (08:27 -0400)
httemplate/elements/tr-amount_fee.html

index 42132e0..42636cf 100644 (file)
@@ -140,6 +140,8 @@ if ( $amount ) {
 
   $amount += $surcharge;
 
+  $amount += $processing_fee; ## needed if processing fee is checked on default.
+
   $amount = sprintf("%.2f", $amount);
 }