mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
Show net prices
This commit is contained in:
parent
d10d8fb7dd
commit
b2bbe06c90
@ -25,7 +25,7 @@
|
||||
'GBP': '£'
|
||||
}[plan.currency]
|
||||
|
||||
return currency + plan.price.gross
|
||||
return currency + plan.price.net
|
||||
},
|
||||
fetchPlans() {
|
||||
var productIds = []
|
||||
|
@ -25,7 +25,8 @@
|
||||
'GBP': '£'
|
||||
}[plan.currency]
|
||||
|
||||
return currency + plan.price.gross
|
||||
console.log(plan)
|
||||
return currency + plan.price.net
|
||||
},
|
||||
fetchPlans() {
|
||||
var productIds = []
|
||||
|
Loading…
Reference in New Issue
Block a user