add retries to order
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { create } from 'zustand'
|
||||
import { persist } from 'zustand/middleware'
|
||||
import { applyDiscount, type Coupon } from './discount'
|
||||
import { calcInterest, type CreditCard } from './payment'
|
||||
|
||||
import type { PaymentMethod } from '@repo/ui/routes/orders/data'
|
||||
|
||||
import type { Enrollment } from '../_.$orgid.enrollments.add/data'
|
||||
import type { Item } from './bulk'
|
||||
import { applyDiscount, type Coupon } from './discount'
|
||||
import { calcInterest, type CreditCard } from './payment'
|
||||
import type { Address } from './review'
|
||||
|
||||
export type WizardState = {
|
||||
|
||||
Reference in New Issue
Block a user