# File lib/active_merchant/billing/integrations/hi_trust/notification.rb, line 32
          def gross
            sprintf("%.2f", gross_cents.to_f / 100)
          end