GitHub

DaffInMemoryBackendPaypalService

import { DaffInMemoryBackendPaypalService } from '@daffodil/paypal/driver/in-memory'

@Injectable()
class DaffInMemoryBackendPaypalService implements InMemoryDbService, DaffInMemorySingleRouteableBackend {
  readonly collectionName: "paypal" = DAFF_PAYPAL_IN_MEMORY_COLLECTION_NAME
  paypalTokenResponse: DaffPaypalExpressTokenResponse

  parseRequestUrl(
    url: string
    utils: RequestInfoUtilities
  ): ParsedRequestUrl
  createDb(): any
  get(reqInfo: any): any
}

() Methods

parseRequestUrl
ParsedRequestUrl
Parameters
Parameterurl: string
Description
Parameterutils: RequestInfoUtilities
Description
createDb
any
get
any
Parameters
ParameterreqInfo: any
Description