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
8 
10 
11 class Bml extends Model\Express
12 {
18 
23  protected $_formBlockType = \Magento\Paypal\Block\Payflow\Bml\Form::class;
24 
30  public function getCheckoutRedirectUrl()
31  {
32  return $this->_urlBuilder->getUrl('paypal/payflowbml/start');
33  }
34 }