Passed
Branch feature/add-webhook-services (92f9d6)
by Eudald
03:16
created
src/config/gocardless.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
          * Your Gocardless jobs that will handle the events.
46 46
          */
47 47
         'jobs' => [
48
-          // 'payments_confirmed' => \App\Jobs\GocardlessWebhooks\HandleConfirmedPayment::class
48
+            // 'payments_confirmed' => \App\Jobs\GocardlessWebhooks\HandleConfirmedPayment::class
49 49
         ],
50 50
     ],
51 51
 ];
52 52
\ No newline at end of file
Please login to merge, or discard this patch.