Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/module-paypal/Controller/Payflowadvanced/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-paypal/Controller/Payflowadvanced/CancelPayment.php

<?php
/**
 *
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Paypal\Controller\Payflowadvanced;

class CancelPayment extends \Magento\Paypal\Controller\Payflow\CancelPayment
{
    /**
     * Redirect block name
     * @var string
     */
    protected $_redirectBlockName = 'payflow.advanced.iframe';
}