GitHub

DaffCartStoreCreditApply

import { DaffCartStoreCreditApply } from '@daffodil/cart-store-credit/state'

Loads the store credit of the current cart.

class DaffCartStoreCreditApply implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditApplyAction = DaffCartStoreCreditActionTypes.StoreCreditApplyAction
}