Skip to content

Commit

Permalink
Merge pull request #1792 from justinlevi/billing-dev-cost-calculation…
Browse files Browse the repository at this point in the history
…-fix

Pricing Fix - Hotfix
  • Loading branch information
Schnitzel committed May 7, 2020
2 parents 94ae286 + 97c49b8 commit fded22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/resources/billing/pricing.ts
Expand Up @@ -76,7 +76,7 @@ export const EUR = {
};

export const GBP = {
storagePerDay: 0.0283,
storagePerDay: 0.02833,
availability: {
STANDARD: {
hitCosts: [0.0, 0.00012, 0.000056, 0.000024],
Expand Down

0 comments on commit fded22b

Please sign in to comment.