Info.php 434 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Paypal\Block\Payflow\Advanced;
  7. /**
  8. * @deprecated 100.2.0 This class should not be used because parent class can handle client calls.
  9. * Class was not removed for backward compatibility.
  10. * @see \Magento\Paypal\Block\Payment\Info
  11. */
  12. class Info extends \Magento\Paypal\Block\Payflow\Link\Info
  13. {
  14. }