File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_authorize_do" path =" /payment/authorize/{payum_token}" >
5- <default key =" _controller" >PayumBundle:Authorize:do </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\AuthorizeController::doAction </default >
66 </route >
77</routes >
Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_cancel_do" path =" /payment/cancel/{payum_token}" >
5- <default key =" _controller" >PayumBundle:Cancel:do </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\CancelController::doAction </default >
66 </route >
77</routes >
Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_capture_do_session" path =" /payment/capture/session-token" >
5- <default key =" _controller" >PayumBundle:Capture:doSessionToken </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\CaptureController::doSessionTokenAction </default >
66 </route >
77
88 <route id =" payum_capture_do" path =" /payment/capture/{payum_token}" >
9- <default key =" _controller" >PayumBundle:Capture:do </default >
9+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\CaptureController::doAction </default >
1010 </route >
1111</routes >
Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_notify_do_unsafe" path =" /payment/notify/unsafe/{gateway}" >
5- <default key =" _controller" >PayumBundle:Notify:doUnsafe </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\NotifyController::doUnsafeAction </default >
66 </route >
77
88 <route id =" payum_notify_do" path =" /payment/notify/{payum_token}" >
9- <default key =" _controller" >PayumBundle:Notify:do </default >
9+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\NotifyController::doAction </default >
1010 </route >
1111</routes >
Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_payout_do" path =" /payment/payout/{payum_token}" >
5- <default key =" _controller" >PayumBundle:Payout:do </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\PayoutController::doAction </default >
66 </route >
77</routes >
Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_refund_do" path =" /payment/refund/{payum_token}" >
5- <default key =" _controller" >PayumBundle:Refund:do </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\RefundController::doAction </default >
66 </route >
77</routes >
Original file line number Diff line number Diff line change 22
33<routes xmlns =" http://symfony.com/schema/routing" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
44 <route id =" payum_sync_do" path =" /payment/sync/{payum_token}" >
5- <default key =" _controller" >PayumBundle:Sync:do </default >
5+ <default key =" _controller" >Payum\Bundle\ PayumBundle\Controller\SyncController::doAction </default >
66 </route >
77</routes >
You can’t perform that action at this time.
0 commit comments