UNPKG

@unchainedshop/plugins

Version:

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

3 lines (2 loc) 182 B
import type { AuthorizeRequestPayload, AuthorizeResponse } from './types.ts'; export default function authorize({ ...payload }: AuthorizeRequestPayload): Promise<AuthorizeResponse>;