Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bab2992

Browse files
author
Steve Johnson
committed
Clarify magento1-magento2 comparison
1 parent 057daa8 commit bab2992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/m2devgde/v1.0.0.0/svcs-framework/compare_mage1_mage2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: howtom2devgde_chapters
33
title: Services Use Case—Magento 1 and Magento 2 Side By Side
44
---
55

6-
# Services Use Case—Magento 1 and Magento 2 Side By Side
6+
<h1 id="svcs-use-case-mage1">Services Use Case&mdash;Magento 1 and Magento 2 Side By Side</h1>
77

88
<p><a href="{{ site.githuburl }}guides/m2devgde/v1.0.0.0/svcs-framework/compare_mage1_mage2.md" target="_blank"><em>Help us improve this page</em></a>&nbsp;<img src="{{ site.baseurl }}common/images/newWindow.gif"/></p>
99

@@ -34,7 +34,7 @@ Magento 2 implementation:
3434

3535
Both implementations:
3636

37-
* Use a template and two blocks
37+
* Use one template and two blocks
3838
* Return the address object as HTML
3939

4040
However, the similarities end there. The following table shows the key differences between the implementations:
@@ -74,7 +74,7 @@ Magento 2 implementation:
7474

7575
<p><img src="{{ site.baseurl }}common/images/services_service-interaction_checkout-reg_mage2.png"/></p>
7676

77-
### Discussion of Register During Checkout Example
77+
### Discussion of the Register During Checkout Example
7878

7979
These two implementations both start with the controller calling the <tt>saveOrder</tt> method on the Onepage class, then Onepage calling <tt>submitOrder</tt> on the Quote class.
8080

0 commit comments

Comments
 (0)