Skip to content

Commit

Permalink
wrap openOrder action with ActionGroup
Browse files Browse the repository at this point in the history
 Please enter the commit message for your changes. Lines starting
  • Loading branch information
AnnaAPak committed Oct 5, 2020
1 parent 0c14e5f commit ea99547
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@

<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin1"/>

<amOnPage url="{{AdminOrderPage.url($createGuestCart.return$)}}" stepKey="navigateToOrderPage"/>
<actionGroup ref="AdminOpenOrderByEntityIdActionGroup" stepKey="openOrder">
<argument name="entity_id" value="$createGuestCart.return$"/>
</actionGroup>

<actionGroup ref="AdminCreateInvoiceActionGroup" stepKey="createInvoice"/>

Expand Down

0 comments on commit ea99547

Please sign in to comment.