@@ -74,16 +74,16 @@ |
||
| 74 | 74 | * @param array $fields |
| 75 | 75 | * @return StateTaxes |
| 76 | 76 | */ |
| 77 | - public function update(string $statetax_id, array $fields): StateTaxes |
|
| 78 | - { |
|
| 79 | - $this->request( |
|
| 80 | - "PUT", |
|
| 81 | - "/companies/{$this->company}/statetaxes/{$statetax_id}", |
|
| 82 | - $fields |
|
| 83 | - ); |
|
| 77 | + public function update(string $statetax_id, array $fields): StateTaxes |
|
| 78 | + { |
|
| 79 | + $this->request( |
|
| 80 | + "PUT", |
|
| 81 | + "/companies/{$this->company}/statetaxes/{$statetax_id}", |
|
| 82 | + $fields |
|
| 83 | + ); |
|
| 84 | 84 | |
| 85 | - return $this; |
|
| 86 | - } |
|
| 85 | + return $this; |
|
| 86 | + } |
|
| 87 | 87 | |
| 88 | 88 | /** |
| 89 | 89 | * @param string $statetax_id |