UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

3 lines (2 loc) 262 B
import type { AuthorizeAuthenticatedRequestPayload, AuthorizeAuthenticatedResponse } from './types.ts'; export default function authorizeAuthenticated({ transactionId, ...payload }: AuthorizeAuthenticatedRequestPayload): Promise<AuthorizeAuthenticatedResponse>;