Fixed test case

This commit is contained in:
jitendra 2022-09-23 18:57:43 +05:30
parent 288f7cb402
commit ae6eae401d
1 changed files with 1 additions and 1 deletions

View File

@ -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()]
);