We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc623c commit 052f58dCopy full SHA for 052f58d
docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md
@@ -13,7 +13,7 @@ SilverShop\Page\CheckoutPage:
13
contactdetails: 'SilverShop\Checkout\Step\ContactDetails'
14
shippingaddress: 'SilverShop\Checkout\Step\AddressBook'
15
billingaddress: 'SilverShop\Checkout\Step\AddressBook'
16
- shippingmethod: 'SilverShop\Checkout\Step\ShippingMethod'
+ shippingmethod: 'SilverShop\Shipping\Model\ShippingMethod'
17
summary: 'SilverShop\Checkout\Step\Summary'
18
```
19
0 commit comments