<?xml version="1.0" encoding="UTF-8" ?>

<!--
DEPRECATED: This XML routing file is deprecated as of PayumBundle 2.7.1
and will be REMOVED in version 3.0.

MIGRATION REQUIRED:
  Replace this XML file with the YAML equivalent in your routing configuration:

  Before (deprecated):
    _payum:
        resource: '@PayumBundle/Resources/config/routing/all.xml'

  After (recommended):
    _payum:
        resource: '@PayumBundle/Resources/config/routing/all.yaml'

See UPGRADE-3.0.md for complete migration instructions.
-->

<routes xmlns="http://symfony.com/schema/routing"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd">

    <!-- BC layer: This XML file imports the new YAML routing for backward compatibility -->
    <import resource="all.yaml" />

</routes>
