DaffCartPaymentMethodsLoad
Triggers the load of the cart's available payment methods.
import { DaffCartPaymentMethodsLoad } from '@daffodil/cart/state'
class DaffCartPaymentMethodsLoad implements Action {
readonly type: DaffCartPaymentMethodsActionTypes.CartPaymentMethodsLoadAction
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartPaymentMethodsActionTypes.CartPaymentMethodsLoadAction |