mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for paypal
This commit is contained in:
parent
065525e674
commit
354b80360f
@ -289,9 +289,9 @@ class EventServiceProvider extends ServiceProvider
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
protected $listen = [
|
protected $listen = [
|
||||||
// ResponseReceived::class => [
|
ResponseReceived::class => [
|
||||||
// LogResponseReceived::class,
|
LogResponseReceived::class,
|
||||||
// ],
|
],
|
||||||
AccountCreated::class => [
|
AccountCreated::class => [
|
||||||
],
|
],
|
||||||
MessageSending::class => [
|
MessageSending::class => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user