Skip to content

Commit

Permalink
Updated price coefficients
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Nov 20, 2022
1 parent e4746a6 commit 1ba5a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const defaultParams = {

const price = {
maintenanceCommission: 1.25,
permanent: 170, // per month
variable: 0.192 // per hour
permanent: 291, // per month
variable: 0.39 // per hour
};

class Range {
Expand Down

0 comments on commit 1ba5a5f

Please sign in to comment.