forked from crowetic/commerce
fix typo (#572)
Co-authored-by: Gonzalo Pozzo <gonzalo.pozzo4@gmail.com>
This commit is contained in:
parent
96a0900be4
commit
5e529dca96
2
framework/swell/schema.d.ts
vendored
2
framework/swell/schema.d.ts
vendored
@ -332,7 +332,7 @@ export type Checkout = {
|
|||||||
terms_policy?: string
|
terms_policy?: string
|
||||||
refund_policy?: string
|
refund_policy?: string
|
||||||
privacy_policy?: string
|
privacy_policy?: string
|
||||||
theme?: stirng
|
theme?: string
|
||||||
countries: any[]
|
countries: any[]
|
||||||
currencies: any[]
|
currencies: any[]
|
||||||
payment_methods: any[]
|
payment_methods: any[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user