@@ -64,13 +64,13 @@ |
||
| 64 | 64 | 'accountEditV2', |
| 65 | 65 | [ |
| 66 | 66 | 'accountid' => $accountId, |
| 67 | - 'address' => $address, |
|
| 68 | - 'contactname' => $contactName, |
|
| 69 | - 'contactemail' => $contactEmail, |
|
| 70 | - 'telephone' => $telephone, |
|
| 71 | - 'fax' => $fax, |
|
| 72 | - 'description' => $description, |
|
| 73 | - 'balancethreshold' => (float)$balanceThreshold, |
|
| 67 | + 'address' => $address, |
|
| 68 | + 'contactname' => $contactName, |
|
| 69 | + 'contactemail' => $contactEmail, |
|
| 70 | + 'telephone' => $telephone, |
|
| 71 | + 'fax' => $fax, |
|
| 72 | + 'description' => $description, |
|
| 73 | + 'balancethreshold' => (float)$balanceThreshold, |
|
| 74 | 74 | ] |
| 75 | 75 | ); |
| 76 | 76 | } |