Add refund message in order cancel mail

This commit is contained in:
Lucas Hiago
2020-04-19 22:54:35 -03:00
parent 42012d6482
commit f72da4abe4

View File

@@ -21,5 +21,12 @@
= t(".details")
= render 'order_summary'
%p
- if @order.paid?
= t(".paid_order", distributor: @order.distributor.name)
- else
= t(".unpaid_order")
= render 'signoff'
= render 'shared/mailers/social_and_contact'