Passed
Push — master ( f81392...b998cc )
by Jan
20:19
created
lib/CallbackDetails.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -53,20 +53,20 @@
 block discarded – undo
53 53
     {
54 54
         $valueMap = [
55 55
             'transactionId' => [
56
-              'name' =>'tid',
57
-              'type' => 'string',
56
+                'name' =>'tid',
57
+                'type' => 'string',
58 58
             ],
59 59
             'status' => [
60
-              'name' =>'status',
61
-              'type' => 'string',
60
+                'name' =>'status',
61
+                'type' => 'string',
62 62
             ],
63 63
             'amountPaid' => [
64
-              'name' =>'amount_paid',
65
-              'type' => 'float',
64
+                'name' =>'amount_paid',
65
+                'type' => 'float',
66 66
             ],
67 67
             'currency' => [
68
-              'name' =>'currency',
69
-              'type' => 'string',
68
+                'name' =>'currency',
69
+                'type' => 'string',
70 70
             ],
71 71
         ];
72 72
 
Please login to merge, or discard this patch.