forked from crowetic/commerce
feat(core): add GBP currency code to product price type (#717)
Co-authored-by: Stefan Horne <stefanhorne@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ export type ProductImage = {
|
||||
|
||||
export type ProductPrice = {
|
||||
value: number
|
||||
currencyCode?: 'USD' | 'EUR' | 'ARS' | string
|
||||
currencyCode?: 'USD' | 'EUR' | 'ARS' | 'GBP' | string
|
||||
retailPrice?: number
|
||||
salePrice?: number
|
||||
listPrice?: number
|
||||
|
Reference in New Issue
Block a user