Ejemplo n.º 1
0
 /**
  * Prepare layout for payment method form
  *
  * @return $this
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     $this->setTemplate('mageworx/orderspro/edit/payment_method.phtml');
     return $this;
 }