Skip to content

Commit

Permalink
fix: correct pricing rule on demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Atala committed Apr 16, 2018
1 parent 72c0adc commit 0220c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppBundle/Command/InitDemoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private function createPricingRuleSet(Entity\Store $store)
}

for ($i = 1; $i <= 5; $i++) {
array_push($prices, random_int(5, 20));
array_push($prices, random_int(500, 2000));
}

sort($distances);
Expand Down

0 comments on commit 0220c07

Please sign in to comment.