Commit 57c2ef81 authored by Jonathan Sacksick's avatar Jonathan Sacksick Committed by Jonathan Sacksick
Browse files

Issue #3261876 by jsacksick, rszrama: Allow resending the order receipt from the order view page.

parent b1c6968a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4,6 +4,12 @@ entity.commerce_order.add_page:
  appears_on:
    - entity.commerce_order.collection

entity.commerce_order.resend_receipt_form:
  route_name: entity.commerce_order.resend_receipt_form
  title: 'Resend receipt'
  appears_on:
    - entity.commerce_order.canonical

entity.commerce_order_type.add_form:
  route_name: entity.commerce_order_type.add_form
  title: 'Add order type'