Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Bml.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Paypal\Model;
8 
9 class Bml extends Express
10 {
16 
21  protected $_formBlockType = \Magento\Paypal\Block\Bml\Form::class;
22 
28  public function getCheckoutRedirectUrl()
29  {
30  return $this->_urlBuilder->getUrl('paypal/bml/start');
31  }
32 }