Completed
Pull Request — master (#22)
by
unknown
01:37
created
src/Envelopes/Builder.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -610,31 +610,31 @@  discard block
 block discarded – undo
610 610
 
611 611
         return $builder
612 612
             ->addTransferData(
613
-               $eventId,
614
-               $eventTimestamp,
615
-               $amount,
616
-               $currency,
617
-               $accountId,
618
-               $secondAccountId,
619
-               $accountSystem,
620
-               $amountConverted,
621
-               $method,
622
-               $operation,
623
-               $secondEmail,
624
-               $secondPhone,
625
-               $secondBirthDate,
626
-               $secondFirstname,
627
-               $secondLastname,
628
-               $secondFullname,
629
-               $secondState,
630
-               $secondCity,
631
-               $secondAddress,
632
-               $secondZip,
633
-               $secondGender,
634
-               $secondCountry,
635
-               $iban,
636
-               $secondIban,
637
-               $bic
613
+                $eventId,
614
+                $eventTimestamp,
615
+                $amount,
616
+                $currency,
617
+                $accountId,
618
+                $secondAccountId,
619
+                $accountSystem,
620
+                $amountConverted,
621
+                $method,
622
+                $operation,
623
+                $secondEmail,
624
+                $secondPhone,
625
+                $secondBirthDate,
626
+                $secondFirstname,
627
+                $secondLastname,
628
+                $secondFullname,
629
+                $secondState,
630
+                $secondCity,
631
+                $secondAddress,
632
+                $secondZip,
633
+                $secondGender,
634
+                $secondCountry,
635
+                $iban,
636
+                $secondIban,
637
+                $bic
638 638
             )
639 639
             ->addUserData(
640 640
                 $email,
@@ -905,7 +905,7 @@  discard block
 block discarded – undo
905 905
             $pspReason,
906 906
             $arn,
907 907
             $paymentAccountId
908
-       );
908
+        );
909 909
     }
910 910
 
911 911
     /**
Please login to merge, or discard this patch.