public function __construct(\Magento\Framework\App\Action\Context $context, \Magento\Customer\Model\Session $customerSession, \Magento\Checkout\Model\Session $checkoutSession, \Magento\Braintree\Model\Config\PayPal $braintreePayPalConfig, \Magento\Paypal\Model\Config $paypalConfig, \Magento\Braintree\Model\CheckoutFactory $checkoutFactory)
 {
     $this->___init();
     parent::__construct($context, $customerSession, $checkoutSession, $braintreePayPalConfig, $paypalConfig, $checkoutFactory);
 }