import { DaffCartStoreCreditTestingDriver } from '@daffodil/cart-store-credit/driver/testing'
A basic cart driver that creates mock cart results of different kinds. For testing purposes.
@Injectable()
class DaffCartStoreCreditTestingDriver implements DaffCartStoreCreditDriverInterface {
apply(): any
remove(): any
}
anyApply store credit to the cart.
anyRemove store credit from the cart.