DaffTestingCartOrderService
import { DaffTestingCartOrderService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartOrderService implements DaffCartOrderServiceInterface {
placeOrder(
cartId: string
payment?: DaffCartPaymentMethod
): Observable<DaffCartOrderResult>
}
Properties
Name | Type | Description |
---|---|---|
placeOrder | Observable<DaffCartOrderResult> | Place an order and return the order ID. |