mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-03 20:59:33 +08:00
update
This commit is contained in:
parent
481da57665
commit
c201f781d4
@ -28,15 +28,13 @@ class KernelSubscriber implements EventSubscriberInterface
|
||||
public static function getSubscribedEvents ()
|
||||
{
|
||||
return [
|
||||
Events::STARTING_PAY => [
|
||||
|
||||
],
|
||||
Events::BEFORE_PAY,
|
||||
Events::API_REQUESTING,
|
||||
Events::API_REQUESTED,
|
||||
Events::SIGN_FAILED,
|
||||
Events::REQUEST_RECEIVED,
|
||||
Events::METHOD_CALLED
|
||||
Events::STARTING_PAY => [],
|
||||
Events::BEFORE_PAY => [],
|
||||
Events::API_REQUESTING => [],
|
||||
Events::API_REQUESTED => [],
|
||||
Events::SIGN_FAILED => [],
|
||||
Events::REQUEST_RECEIVED => [],
|
||||
Events::METHOD_CALLED => []
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user