mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
feat(core): add GBP currency code to product price type
This commit is contained in:
parent
ee62ea659a
commit
7029062985
@ -5,7 +5,7 @@ export type ProductImage = {
|
|||||||
|
|
||||||
export type ProductPrice = {
|
export type ProductPrice = {
|
||||||
value: number
|
value: number
|
||||||
currencyCode?: 'USD' | 'EUR' | 'ARS' | string
|
currencyCode?: 'USD' | 'EUR' | 'ARS' | 'GBP' | string
|
||||||
retailPrice?: number
|
retailPrice?: number
|
||||||
salePrice?: number
|
salePrice?: number
|
||||||
listPrice?: number
|
listPrice?: number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user