Fixed test case
This commit is contained in:
parent
288f7cb402
commit
ae6eae401d
|
|
@ -109,7 +109,7 @@ class OrderCest
|
|||
* Simulate click on the 'place order' button at the last step.
|
||||
*/
|
||||
$I->sendAjaxPostRequest(
|
||||
route('shop.checkout.save-order'),
|
||||
route('shop.checkout.save_order'),
|
||||
['_token' => csrf_token()]
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue