class LucaDeal::NoInvoice

Invoice compatible transactions for other payment methods.

Public Instance Methods

deliver_mail(attachment_type = nil, mode: nil) click to toggle source

Override not to send mail to customer.

# File lib/luca_deal/no_invoice.rb, line 17
def deliver_mail(attachment_type = nil, mode: nil)
end
monthly_invoice() click to toggle source
Calls superclass method LucaDeal::Invoice#monthly_invoice
# File lib/luca_deal/no_invoice.rb, line 11
def monthly_invoice
  super('other_payments')
end