Skip to content

Commit

Permalink
Update shipping method class (Fixes #667)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Mar 19, 2019
1 parent adc623c commit 052f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/02_Customisation/01_Recipes/Multi_Step_Checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down

0 comments on commit 052f58d

Please sign in to comment.