some changeds

This commit is contained in:
2025-07-04 10:01:16 +02:00
parent 8a4d835c33
commit f80bc3e3ba
5 changed files with 143 additions and 93 deletions

View File

@ -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