GitHub

DaffCartPlaceOrder

Triggers the order placement for a cart.

import { DaffCartPlaceOrder } from '@daffodil/cart/state'
class DaffCartPlaceOrder<<T extends DaffCartPaymentMethod = DaffCartPaymentMethod>>  implements Action {
  readonly type: DaffCartOrderActionTypes.CartPlaceOrderAction
  payload: T
}

Properties

Name Type Description
type DaffCartOrderActionTypes.CartPlaceOrderAction
payload T