address order confirmation change requests

This commit is contained in:
tedraykov
2024-07-03 00:30:51 +03:00
parent 4673120ddc
commit 020b21892d
16 changed files with 141 additions and 794 deletions

View File

@@ -1,7 +0,0 @@
import { getOrderConfirmationContent } from 'lib/shopify';
export async function GET() {
const data = await getOrderConfirmationContent();
return Response.json({ ...data });
}