import { starteOAuth } from "../../../_shared/oauth-handlers.js"; export function onRequestGet(context) { return starteOAuth(context, "paypal"); }