Method: Effective::Order#send_order_receipts!

Defined in:
app/models/effective/order.rb

#send_order_receipts!Object



680
681
682
683
684
# File 'app/models/effective/order.rb', line 680

def send_order_receipts!
  send_order_receipt_to_admin! if send_order_receipt_to_admin?
  send_order_receipt_to_buyer! if send_order_receipt_to_buyer?
  send_refund_notification! if send_refund_notification_to_admin?
end