GitHub

DaffPaymentInMemoryBackendService

An in-memory service that delegates payment queries to child backends via the DAFF_PAYMENT_IN_MEMORY_BACKENDS.

import { DaffPaymentInMemoryBackendService } from '@daffodil/payment/driver/in-memory'
@Injectable()
class DaffPaymentInMemoryBackendService implements InMemoryDbService, DaffInMemorySingleRouteableBackend {
  readonly collectionName: DAFF_PAYMENT_IN_MEMORY_COLLECTION_NAME
  get(reqInfo: RequestInfo_2)
}

Properties

Name Type Description
collectionName DAFF_PAYMENT_IN_MEMORY_COLLECTION_NAME
get

Generates a token from a processor backend.