Method: Effective::Order#send_refund_notification_to_admin?
- Defined in:
- app/models/effective/order.rb
#send_refund_notification_to_admin? ⇒ Boolean
514 515 516 517 |
# File 'app/models/effective/order.rb', line 514 def send_refund_notification_to_admin? return false unless refund? EffectiveOrders.send_refund_notification_to_admin end |