12345678910111213141516 |
- <?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';
- }
|