Passed
Push — develop ( 081500...4557f2 )
by Andrew
33s
created
web/capture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-include __DIR__.'/config.php';
3
+include __DIR__ . '/config.php';
4 4
 
5 5
 // Grab the token, the storage, and the payment record from storage using the ID stored in the token.
6 6
 /** @var \Payum\Core\Payum $payum */
Please login to merge, or discard this patch.
web/done_and_captured_backend.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-include __DIR__.'/config.php';
3
+include __DIR__ . '/config.php';
4 4
 
5 5
 // Grab the token, the storage, and the payment record from storage using the ID stored in the token.
6 6
 /** @var \Payum\Core\Payum $payum */
Please login to merge, or discard this patch.
web/refund.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-include __DIR__.'/config.php';
3
+include __DIR__ . '/config.php';
4 4
 
5 5
 // Grab the token, the storage, and the payment record from storage using the ID stored in the token.
6 6
 /** @var \Payum\Core\Payum $payum */
Please login to merge, or discard this patch.
web/payment_failed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-include __DIR__.'/config.php';
3
+include __DIR__ . '/config.php';
4 4
 
5 5
 // Grab the token, the storage, and the payment record from storage using the ID stored in the token.
6 6
 /** @var \Payum\Core\Payum $payum */
Please login to merge, or discard this patch.