GitHub

DaffCartPaymentLoad

Triggers the load of the cart's selected payment method.

import { DaffCartPaymentLoad } from '@daffodil/cart/state'
class DaffCartPaymentLoad implements Action {
  readonly type: DaffCartPaymentActionTypes.CartPaymentLoadAction
}

Properties

Name Type Description
type DaffCartPaymentActionTypes.CartPaymentLoadAction