Skip to content

Commit

Permalink
Merge pull request #102
Browse files Browse the repository at this point in the history
Fixed saving the yml feed name
  • Loading branch information
OkayCMS committed Nov 17, 2021
2 parents ee26821 + a725cbb commit 3587d14
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ public function postSettings(): array
'company' => $postSettings['company'],
'country_of_origin' => $postSettings['country_of_origin'],
'price_change' => $postSettings['price_change'],
'feed_name' => $postSettings['feed_name'],
'filter_price' => [
'operator' => $postSettings['filter_price']['operator'],
'value' => $postSettings['filter_price']['value'] === '' ? null : (float) str_replace(',', '.', $postSettings['filter_price']['value']),
Expand Down

0 comments on commit 3587d14

Please sign in to comment.