Class: Spree::PaymentCaptureEvent
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::PaymentCaptureEvent
- Defined in:
- app/models/spree/payment_capture_event.rb
Instance Method Summary collapse
Instance Method Details
#display_amount ⇒ Object
5 6 7 |
# File 'app/models/spree/payment_capture_event.rb', line 5 def display_amount Spree::Money.new(amount, { currency: payment.currency }) end |