mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Order Confirmation
This commit is contained in:
7
app/api/orders/confirmation/route.ts
Normal file
7
app/api/orders/confirmation/route.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { getOrderConfirmationContent } from 'lib/shopify';
|
||||
|
||||
export async function GET() {
|
||||
const data = await getOrderConfirmationContent();
|
||||
|
||||
return Response.json({ ...data });
|
||||
}
|
Reference in New Issue
Block a user