Sha256: 36dafdeb82c6a8ce74d0c2d335f95d6d405009e5ae3f9c5a26c789974cd032d3
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
module Gemgento module Magento module Email module Sales class InvoicesController < Gemgento::Magento::BaseController def create Gemgento::SalesMailer.invoice_email( params[:data][:recipients], params[:data][:sender], params[:data][:order], params[:data][:invoice] ).deliver render nothing: true end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemgento-2.8.0 | app/controllers/gemgento/magento/email/sales/invoices_controller.rb |