@@ -63,13 +63,13 @@ discard block |
||
63 | 63 | return $this->getAdapter()->call( |
64 | 64 | 'accountEditV2', |
65 | 65 | ['accountid' => $accountId, |
66 | - 'address' => $address, |
|
67 | - 'contactname' => $contactName, |
|
68 | - 'contactemail' => $contactEmail, |
|
69 | - 'telephone' => $telephone, |
|
70 | - 'fax' => $fax, |
|
71 | - 'description' => $description, |
|
72 | - 'balancethreshold' => (float)$balanceThreshold, |
|
66 | + 'address' => $address, |
|
67 | + 'contactname' => $contactName, |
|
68 | + 'contactemail' => $contactEmail, |
|
69 | + 'telephone' => $telephone, |
|
70 | + 'fax' => $fax, |
|
71 | + 'description' => $description, |
|
72 | + 'balancethreshold' => (float)$balanceThreshold, |
|
73 | 73 | ] |
74 | 74 | ); |
75 | 75 | } |
@@ -542,15 +542,15 @@ discard block |
||
542 | 542 | return $this->getAdapter()->call( |
543 | 543 | 'addressReeksFullParameterSearch', |
544 | 544 | ['province' => $province, |
545 | - 'district' => $district, |
|
546 | - 'city' => $city, |
|
547 | - 'street' => $street, |
|
548 | - 'houseNo' => $houseNo, |
|
549 | - 'houseNoAddition' => $houseNoAddition, |
|
550 | - 'nbcode' => $nbCode, |
|
551 | - 'lettercombination' => $letterCombination, |
|
552 | - 'addresstype' => $addressType, |
|
553 | - 'page' => $page, |
|
545 | + 'district' => $district, |
|
546 | + 'city' => $city, |
|
547 | + 'street' => $street, |
|
548 | + 'houseNo' => $houseNo, |
|
549 | + 'houseNoAddition' => $houseNoAddition, |
|
550 | + 'nbcode' => $nbCode, |
|
551 | + 'lettercombination' => $letterCombination, |
|
552 | + 'addresstype' => $addressType, |
|
553 | + 'page' => $page, |
|
554 | 554 | ] |
555 | 555 | ); |
556 | 556 | } |
@@ -575,12 +575,12 @@ discard block |
||
575 | 575 | return $this->getAdapter()->call( |
576 | 576 | 'addressReeksParameterSearch', |
577 | 577 | ['province' => $province, |
578 | - 'district' => $district, |
|
579 | - 'city' => $city, |
|
580 | - 'street' => $street, |
|
581 | - 'houseNo' => $houseNo, |
|
582 | - 'houseNoAddition' => $houseNoAddition, |
|
583 | - 'page' => $page] |
|
578 | + 'district' => $district, |
|
579 | + 'city' => $city, |
|
580 | + 'street' => $street, |
|
581 | + 'houseNo' => $houseNo, |
|
582 | + 'houseNoAddition' => $houseNoAddition, |
|
583 | + 'page' => $page] |
|
584 | 584 | ); |
585 | 585 | } |
586 | 586 |