Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Form.php
Go to the documentation of this file.
1 <?php
8 
11 
12 class Form extends Express\Form
13 {
19 
25  protected function _construct()
26  {
27  $this->_config = $this->_paypalConfigFactory->create()->setMethod($this->getMethodCode());
29  $mark = $this->_getMarkTemplate();
30  $mark->setPaymentAcceptanceMarkHref(
31  'https://www.securecheckout.billmelater.com/paycapture-content/'
32  . 'fetch?hash=AU826TU8&content=/bmlweb/ppwpsiw.html'
33  )->setPaymentAcceptanceMarkSrc(
34  'https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-medium.png'
35  )->setPaymentWhatIs(__('See terms'));
36 
38  }
39 }
__()
Definition: __.php:13
_initializeRedirectTemplateWithMark(Template $mark)
Definition: Form.php:135