mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Create an order confirmation email preview of the last completed order
Available on `/rails/mailers/order_mailer/confirm_email_for_customer`
This commit is contained in:
7
spec/mailers/previews/order_mailer_preview.rb
Normal file
7
spec/mailers/previews/order_mailer_preview.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class OrderMailerPreview < ActionMailer::Preview
|
||||
def confirm_email_for_customer
|
||||
Spree::OrderMailer.confirm_email_for_customer(Spree::Order.complete.last)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user