Completed
Pull Request — master (#21)
by
unknown
03:39
created
src/Envelopes/Builder.php 1 patch
Indentation   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -608,30 +608,30 @@  discard block
 block discarded – undo
608 608
 
609 609
         return $builder
610 610
             ->addTransferData(
611
-               $eventId,
612
-               $eventTimestamp,
613
-               $amount,
614
-               $currency,
615
-               $accountId,
616
-               $secondAccountId,
617
-               $accountSystem,
618
-               $amountConverted,
619
-               $method,
620
-               $operation,
621
-               $secondEmail,
622
-               $secondPhone,
623
-               $secondBirthDate,
624
-               $secondFirstname,
625
-               $secondLastname,
626
-               $secondFullname,
627
-               $secondState,
628
-               $secondCity,
629
-               $secondAddress,
630
-               $secondZip,
631
-               $secondGender,
632
-               $secondCountry,
633
-               $iban,
634
-               $secondIban
611
+                $eventId,
612
+                $eventTimestamp,
613
+                $amount,
614
+                $currency,
615
+                $accountId,
616
+                $secondAccountId,
617
+                $accountSystem,
618
+                $amountConverted,
619
+                $method,
620
+                $operation,
621
+                $secondEmail,
622
+                $secondPhone,
623
+                $secondBirthDate,
624
+                $secondFirstname,
625
+                $secondLastname,
626
+                $secondFullname,
627
+                $secondState,
628
+                $secondCity,
629
+                $secondAddress,
630
+                $secondZip,
631
+                $secondGender,
632
+                $secondCountry,
633
+                $iban,
634
+                $secondIban
635 635
             )
636 636
             ->addUserData(
637 637
                 $email,
@@ -702,7 +702,7 @@  discard block
 block discarded – undo
702 702
             $pspReason,
703 703
             $arn,
704 704
             $paymentAccountId
705
-       );
705
+        );
706 706
     }
707 707
 
708 708
     /**
Please login to merge, or discard this patch.