From fb0e251f91e970e4d69102e28aa4c3169958ba15 Mon Sep 17 00:00:00 2001 From: Maciej Malarz Date: Mon, 29 Apr 2019 10:39:05 +0200 Subject: [PATCH] Use FQCN::method notation --- Resources/config/routing/authorize.xml | 2 +- Resources/config/routing/cancel.xml | 2 +- Resources/config/routing/capture.xml | 4 ++-- Resources/config/routing/notify.xml | 4 ++-- Resources/config/routing/payout.xml | 2 +- Resources/config/routing/refund.xml | 2 +- Resources/config/routing/sync.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/config/routing/authorize.xml b/Resources/config/routing/authorize.xml index d24f504d..74b0f545 100644 --- a/Resources/config/routing/authorize.xml +++ b/Resources/config/routing/authorize.xml @@ -2,6 +2,6 @@ - PayumBundle:Authorize:do + Payum\Bundle\PayumBundle\Controller\AuthorizeController::doAction \ No newline at end of file diff --git a/Resources/config/routing/cancel.xml b/Resources/config/routing/cancel.xml index 09463d9a..d770fa2c 100644 --- a/Resources/config/routing/cancel.xml +++ b/Resources/config/routing/cancel.xml @@ -2,6 +2,6 @@ - PayumBundle:Cancel:do + Payum\Bundle\PayumBundle\Controller\CancelController::doAction \ No newline at end of file diff --git a/Resources/config/routing/capture.xml b/Resources/config/routing/capture.xml index daee6768..b3e2620f 100644 --- a/Resources/config/routing/capture.xml +++ b/Resources/config/routing/capture.xml @@ -2,10 +2,10 @@ - PayumBundle:Capture:doSessionToken + Payum\Bundle\PayumBundle\Controller\CaptureController::doSessionTokenAction - PayumBundle:Capture:do + Payum\Bundle\PayumBundle\Controller\CaptureController::doAction \ No newline at end of file diff --git a/Resources/config/routing/notify.xml b/Resources/config/routing/notify.xml index aac28b53..219417d4 100644 --- a/Resources/config/routing/notify.xml +++ b/Resources/config/routing/notify.xml @@ -2,10 +2,10 @@ - PayumBundle:Notify:doUnsafe + Payum\Bundle\PayumBundle\Controller\NotifyController::doUnsafeAction - PayumBundle:Notify:do + Payum\Bundle\PayumBundle\Controller\NotifyController::doAction \ No newline at end of file diff --git a/Resources/config/routing/payout.xml b/Resources/config/routing/payout.xml index dc132033..10a8e68a 100644 --- a/Resources/config/routing/payout.xml +++ b/Resources/config/routing/payout.xml @@ -2,6 +2,6 @@ - PayumBundle:Payout:do + Payum\Bundle\PayumBundle\Controller\PayoutController::doAction \ No newline at end of file diff --git a/Resources/config/routing/refund.xml b/Resources/config/routing/refund.xml index af0d7f1b..527b6c7e 100644 --- a/Resources/config/routing/refund.xml +++ b/Resources/config/routing/refund.xml @@ -2,6 +2,6 @@ - PayumBundle:Refund:do + Payum\Bundle\PayumBundle\Controller\RefundController::doAction \ No newline at end of file diff --git a/Resources/config/routing/sync.xml b/Resources/config/routing/sync.xml index 4b884e71..b608ae6a 100644 --- a/Resources/config/routing/sync.xml +++ b/Resources/config/routing/sync.xml @@ -2,6 +2,6 @@ - PayumBundle:Sync:do + Payum\Bundle\PayumBundle\Controller\SyncController::doAction \ No newline at end of file