You are here

uc_authorizenet.routing.yml in Ubercart 8.4

payment/uc_authorizenet/uc_authorizenet.routing.yml

File

payment/uc_authorizenet/uc_authorizenet.routing.yml
View source
  1. # Silent post is always accessible, helps for testing while site is offline.
  2. uc_authorizenet.silent_post:
  3. path: '/authnet/silent-post'
  4. defaults:
  5. _controller: '\Drupal\uc_authorizenet\Controller\AuthorizeNetController::silentPost'
  6. _title: 'Authorize.net silent post'
  7. requirements:
  8. _access: 'TRUE'