@@ -165,7 +165,7 @@ |
||
| 165 | 165 | public function build() |
| 166 | 166 | { |
| 167 | 167 | return new DocumentStorage( |
| 168 | - array_filter($this->data, function ($data) { |
|
| 168 | + array_filter($this->data, function($data) { |
|
| 169 | 169 | return $data !== null; |
| 170 | 170 | }) |
| 171 | 171 | ); |
@@ -1107,7 +1107,7 @@ discard block |
||
| 1107 | 1107 | $description = null, |
| 1108 | 1108 | $country = null, |
| 1109 | 1109 | $state = null, |
| 1110 | - $city = null, |
|
| 1110 | + $city = null, |
|
| 1111 | 1111 | $zip = null, |
| 1112 | 1112 | $address = null, |
| 1113 | 1113 | $addressConfirmed = null, |
@@ -2211,7 +2211,7 @@ discard block |
||
| 2211 | 2211 | $this->type, |
| 2212 | 2212 | $this->sequenceId, |
| 2213 | 2213 | $this->identities, |
| 2214 | - array_filter($this->data, function ($data) { |
|
| 2214 | + array_filter($this->data, function($data) { |
|
| 2215 | 2215 | return $data !== null; |
| 2216 | 2216 | }) |
| 2217 | 2217 | ); |
@@ -2891,7 +2891,7 @@ discard block |
||
| 2891 | 2891 | $payoutTimestamp, |
| 2892 | 2892 | $payoutAmount, |
| 2893 | 2893 | $payoutCurrency, |
| 2894 | - $payoutCardId = null, |
|
| 2894 | + $payoutCardId = null, |
|
| 2895 | 2895 | $payoutAccountId = null, |
| 2896 | 2896 | $payoutMethod = null, |
| 2897 | 2897 | $payoutSystem = null, |
@@ -3996,7 +3996,7 @@ discard block |
||
| 3996 | 3996 | $description = null, |
| 3997 | 3997 | $country = null, |
| 3998 | 3998 | $state = null, |
| 3999 | - $city = null, |
|
| 3999 | + $city = null, |
|
| 4000 | 4000 | $zip = null, |
| 4001 | 4001 | $address = null, |
| 4002 | 4002 | $addressConfirmed = null, |
@@ -710,33 +710,33 @@ discard block |
||
| 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 |
||
| 1992 | 1992 | $paymentAccountId, |
| 1993 | 1993 | $merchantAdviceCode, |
| 1994 | 1994 | $merchantAdviceText |
| 1995 | - ); |
|
| 1995 | + ); |
|
| 1996 | 1996 | } |
| 1997 | 1997 | |
| 1998 | 1998 | /** |