File tree 1 file changed +4
-4
lines changed
docs/v2/developer-guide/checkout
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ Lets create a module that will do this.
82
82
'payment' => [
83
83
'label' => $this->t('Payment'),
84
84
'next_label' => $this->t('Pay and complete purchase'),
85
- 'has_order_summary ' => FALSE,
85
+ 'has_sidebar ' => FALSE,
86
86
],
87
87
'complete' => [
88
88
'label' => $this->t('Complete'),
89
89
'next_label' => $this->t('Pay and complete purchase'),
90
- 'has_order_summary ' => FALSE,
90
+ 'has_sidebar ' => FALSE,
91
91
],
92
92
];
93
93
```
@@ -157,11 +157,11 @@ Lets create a module that will do this.
157
157
'login' => [
158
158
'label' => $this->t('Login'),
159
159
'previous_label' => $this->t('Return to login'),
160
- 'has_order_summary ' => FALSE,
160
+ 'has_sidebar ' => FALSE,
161
161
],
162
162
'review' => [
163
163
'label' => $this->t('Review'),
164
- 'has_order_summary ' => TRUE,
164
+ 'has_sidebar ' => TRUE,
165
165
],
166
166
] + parent::getSteps();
167
167
}
You can’t perform that action at this time.
0 commit comments