From 052f58d890b5e5ace0f673affbefad959968f15b Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 19 Mar 2019 22:00:05 +1300 Subject: [PATCH] Update shipping method class (Fixes #667) --- docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md b/docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md index 7c8df2db1..8162426c9 100644 --- a/docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md +++ b/docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md @@ -13,7 +13,7 @@ SilverShop\Page\CheckoutPage: contactdetails: 'SilverShop\Checkout\Step\ContactDetails' shippingaddress: 'SilverShop\Checkout\Step\AddressBook' billingaddress: 'SilverShop\Checkout\Step\AddressBook' - shippingmethod: 'SilverShop\Checkout\Step\ShippingMethod' + shippingmethod: 'SilverShop\Shipping\Model\ShippingMethod' summary: 'SilverShop\Checkout\Step\Summary' ```