import { DaffInMemoryBackendCartAddressService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryBackendCartAddressService implements DaffInMemorySingleRouteableBackend {
readonly collectionName: "cart-address" = DAFF_CART_IN_MEMORY_CART_ADDRESS_COLLECTION_NAME
put(reqInfo: RequestInfo_2): any
}
"cart-address"
Default | DAFF_CART_IN_MEMORY_CART_ADDRESS_COLLECTION_NAME |
---|---|
Description | The collection name of the backend service where the backend only serves one collection. Used for routing requests to the correct backend. |
any
Parameter | reqInfo: RequestInfo_2 |
---|---|
Description |