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
}
ParsedRequestUrl
Parameter | url: string |
---|---|
Description |
Parameter | utils: RequestInfoUtilities |
---|---|
Description |
any
any
Parameter | reqInfo: any |
---|---|
Description |