Esempio n. 1
0
 /**
  * Initialize shipping address step
  *
  * @return void
  */
 protected function _construct()
 {
     $this->checkoutSession->setStepData('shipping', ['label' => __('Shipping Information'), 'is_show' => $this->isShow()]);
     parent::_construct();
 }