Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Payflowadvanced.php
Go to the documentation of this file.
1 <?php
10 namespace Magento\Paypal\Model;
11 
13 {
20 
26  protected $_formBlockType = \Magento\Paypal\Block\Payflow\Advanced\Form::class;
27 
33  protected $_infoBlockType = \Magento\Paypal\Block\Payment\Info::class;
34 
40  protected $_callbackController = 'payflowadvanced';
41 }