wip: zen
This commit is contained in:
parent
c87480cf93
commit
4ceabdffa0
156 changed files with 443 additions and 445 deletions
3
packages/console/core/src/util/price.ts
Normal file
3
packages/console/core/src/util/price.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function centsToMicroCents(amount: number) {
|
||||
return Math.round(amount * 1000000)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue