CancelPayment.php 368 B

12345678910111213141516
  1. <?php
  2. /**
  3. *
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. namespace Magento\Paypal\Controller\Payflowadvanced;
  8. class CancelPayment extends \Magento\Paypal\Controller\Payflow\CancelPayment
  9. {
  10. /**
  11. * Redirect block name
  12. * @var string
  13. */
  14. protected $_redirectBlockName = 'payflow.advanced.iframe';
  15. }