import { DaffTestingCartOrderService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartOrderService implements DaffCartOrderServiceInterface {
placeOrder(
cartId: string
payment?: DaffCartPaymentMethod
): any
}
anyPlace an order and return the order ID.
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | payment: DaffCartPaymentMethod |
|---|---|
| Description |