Form.php 225 B

1234567891011
  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 Form extends \Magento\Paypal\Controller\Payflow\Form
  9. {
  10. }