mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-08 02:37:01 +00:00
WIP2
This commit is contained in:
parent
59a17fc303
commit
efb8af0e47
9 changed files with 72 additions and 13 deletions
7
src/routes/api/process-order.ts
Normal file
7
src/routes/api/process-order.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { RequestHandler } from "@sveltejs/kit";
|
||||
|
||||
export const post: RequestHandler = async () => {
|
||||
console.log(import.meta.env.VITE_PAYPAL_CLIENT_ID);
|
||||
|
||||
return { body: {} };
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue