Passed
Branch feature/add-webhook-services (535460)
by Eudald
02:00
created
src/config/gocardless.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
          * The key is: {event_resource}_{event_action}
47 47
          */
48 48
         'jobs' => [
49
-          // 'payments_confirmed' => \App\Jobs\GocardlessWebhooks\HandleConfirmedPayment::class
49
+            // 'payments_confirmed' => \App\Jobs\GocardlessWebhooks\HandleConfirmedPayment::class
50 50
         ],
51 51
     ],
52 52
 ];
53 53
\ No newline at end of file
Please login to merge, or discard this patch.