Completed
Pull Request — master (#9)
by
unknown
03:44
created
src/Envelopes/Builder.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -582,28 +582,28 @@  discard block
 block discarded – undo
582 582
 
583 583
         return $builder
584 584
             ->addTransferData(
585
-               $eventId,
586
-               $eventTimestamp,
587
-               $amount,
588
-               $currency,
589
-               $accountId,
590
-               $secondAccountId,
591
-               $accountSystem,
592
-               $amountConverted,
593
-               $method,
594
-               $operation,
595
-               $secondEmail,
596
-               $secondPhone,
597
-               $secondBirthDate,
598
-               $secondFirstname,
599
-               $secondLastname,
600
-               $secondFullname,
601
-               $secondState,
602
-               $secondCity,
603
-               $secondAddress,
604
-               $secondZip,
605
-               $secondGender,
606
-               $secondCountry
585
+                $eventId,
586
+                $eventTimestamp,
587
+                $amount,
588
+                $currency,
589
+                $accountId,
590
+                $secondAccountId,
591
+                $accountSystem,
592
+                $amountConverted,
593
+                $method,
594
+                $operation,
595
+                $secondEmail,
596
+                $secondPhone,
597
+                $secondBirthDate,
598
+                $secondFirstname,
599
+                $secondLastname,
600
+                $secondFullname,
601
+                $secondState,
602
+                $secondCity,
603
+                $secondAddress,
604
+                $secondZip,
605
+                $secondGender,
606
+                $secondCountry
607 607
             )
608 608
             ->addUserData(
609 609
                 $email,
@@ -673,7 +673,7 @@  discard block
 block discarded – undo
673 673
             $pspReason,
674 674
             $arn,
675 675
             $paymentAccountId
676
-       );
676
+        );
677 677
     }
678 678
 
679 679
     /**
Please login to merge, or discard this patch.