Method: Spree::Reimbursement#display_total
- Defined in:
- app/models/spree/reimbursement.rb
#display_total ⇒ Object
66 67 68 |
# File 'app/models/spree/reimbursement.rb', line 66 def display_total Spree::Money.new(total, { currency: order.currency }) end |