class Workarea::Storefront::PaymentMailerPreview

Public Instance Methods

refunded() click to toggle source
# File lib/workarea/mailer_previews/storefront/payment_mailer_preview.rb, line 4
def refunded
  PaymentMailer.refunded(Payment::Refund.first.id)
end