You are here

stripe.routing.yml in Stripe 8

Same filename and directory in other branches
  1. 2.x stripe.routing.yml

File

stripe.routing.yml
View source
  1. stripe.settings:
  2. path: '/admin/config/stripe'
  3. defaults:
  4. _form: '\Drupal\stripe\Form\StripeSettingsForm'
  5. _title: 'Stripe settings'
  6. requirements:
  7. _permission: 'administer stripe'
  8. options:
  9. _admin_route: TRUE
  10. stripe_api.webhook:
  11. path: '/stripe/webhook'
  12. methods: [POST]
  13. defaults:
  14. _controller: '\Drupal\stripe\Controller\StripeWebhookController::handle'
  15. requirements:
  16. _access: 'TRUE'
  17. options:
  18. no_cache: true