some changeds
This commit is contained in:
@ -50,7 +50,7 @@ export interface CheckoutOrder {
|
||||
currency_iso: string
|
||||
customer_id: number
|
||||
delivery_details: {
|
||||
address: Address
|
||||
address: CheckoutAddress
|
||||
contact_email: string
|
||||
contact_phone_number: string
|
||||
delivery_option_id: number
|
||||
@ -58,7 +58,7 @@ export interface CheckoutOrder {
|
||||
payment_bank_account_id: number
|
||||
}
|
||||
|
||||
export interface Address {
|
||||
export interface CheckoutAddress {
|
||||
city: string
|
||||
country_iso: {
|
||||
str: string
|
||||
|
Reference in New Issue
Block a user