Completed
Pull Request — master (#49)
by
unknown
15s
created
src/Envelopes/Builder.php 1 patch
Indentation   +28 added lines, -28 removed lines patch added patch discarded remove patch
@@ -710,33 +710,33 @@  discard block
 block discarded – undo
710 710
 
711 711
         return $builder
712 712
             ->addTransferData(
713
-               $eventId,
714
-               $eventTimestamp,
715
-               $amount,
716
-               $currency,
717
-               $accountId,
718
-               $secondAccountId,
719
-               $accountSystem,
720
-               $amountConverted,
721
-               $method,
722
-               $operation,
723
-               $secondEmail,
724
-               $secondPhone,
725
-               $secondBirthDate,
726
-               $secondFirstname,
727
-               $secondLastname,
728
-               $secondFullname,
729
-               $secondState,
730
-               $secondCity,
731
-               $secondAddress,
732
-               $secondZip,
733
-               $secondGender,
734
-               $secondCountry,
735
-               $iban,
736
-               $secondIban,
737
-               $bic,
738
-               $source,
739
-               $secondUserMerchantId
713
+                $eventId,
714
+                $eventTimestamp,
715
+                $amount,
716
+                $currency,
717
+                $accountId,
718
+                $secondAccountId,
719
+                $accountSystem,
720
+                $amountConverted,
721
+                $method,
722
+                $operation,
723
+                $secondEmail,
724
+                $secondPhone,
725
+                $secondBirthDate,
726
+                $secondFirstname,
727
+                $secondLastname,
728
+                $secondFullname,
729
+                $secondState,
730
+                $secondCity,
731
+                $secondAddress,
732
+                $secondZip,
733
+                $secondGender,
734
+                $secondCountry,
735
+                $iban,
736
+                $secondIban,
737
+                $bic,
738
+                $source,
739
+                $secondUserMerchantId
740 740
             )
741 741
             ->addUserData(
742 742
                 $email,
@@ -1992,7 +1992,7 @@  discard block
 block discarded – undo
1992 1992
             $paymentAccountId,
1993 1993
             $merchantAdviceCode,
1994 1994
             $merchantAdviceText
1995
-       );
1995
+        );
1996 1996
     }
1997 1997
 
1998 1998
     /**
Please login to merge, or discard this patch.