Skip to content

Commit 052f58d

Browse files
committed
Update shipping method class (Fixes #667)
1 parent adc623c commit 052f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SilverShop\Page\CheckoutPage:
1313
contactdetails: 'SilverShop\Checkout\Step\ContactDetails'
1414
shippingaddress: 'SilverShop\Checkout\Step\AddressBook'
1515
billingaddress: 'SilverShop\Checkout\Step\AddressBook'
16-
shippingmethod: 'SilverShop\Checkout\Step\ShippingMethod'
16+
shippingmethod: 'SilverShop\Shipping\Model\ShippingMethod'
1717
summary: 'SilverShop\Checkout\Step\Summary'
1818
```
1919

0 commit comments

Comments
 (0)