@@ -120,7 +120,7 @@ |
||
| 120 | 120 | $this->getSubtypeReason(); |
| 121 | 121 | $this->getNote(); |
| 122 | 122 | |
| 123 | - if (! $this->Note) { |
|
| 123 | + if (!$this->Note) { |
|
| 124 | 124 | $this->methodProperties['Note'] = config('novaposhta.return_note'); |
| 125 | 125 | } |
| 126 | 126 | |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | //Если другие идентификаторы не заполнены - оформляем возврат на отделение по умолчанию (из конфига) |
| 88 | - if (! $this->ReturnAddressRef && ! $this->RecipientWarehouse && ! $this->RecipientSettlement) { |
|
| 88 | + if (!$this->ReturnAddressRef && !$this->RecipientWarehouse && !$this->RecipientSettlement) { |
|
| 89 | 89 | $this->methodProperties['RecipientWarehouse'] = config('novaposhta.ref_return_warehouse'); |
| 90 | 90 | } |
| 91 | 91 | } |