@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | $receiver->moipAccount = new stdClass(); |
| 88 | 88 | $receiver->moipAccount->id = $moipAccount; |
| 89 | 89 | if (!empty($fixed)) { |
| 90 | - $receiver->amount = new stdClass(); |
|
| 90 | + $receiver->amount = new stdClass(); |
|
| 91 | 91 | $receiver->amount->fixed = $fixed; |
| 92 | 92 | } |
| 93 | 93 | $receiver->type = $type; |
@@ -485,7 +485,7 @@ discard block |
||
| 485 | 485 | * @param string $id Customer's id. |
| 486 | 486 | * |
| 487 | 487 | * @return $this |
| 488 | - */ |
|
| 488 | + */ |
|
| 489 | 489 | public function setCustomerId($id) |
| 490 | 490 | { |
| 491 | 491 | if (!isset($this->data->customer)) { |