Skip to content

Instantly share code, notes, and snippets.

View AliHoda-arch's full-sized avatar

ALIHODA AliHoda-arch

View GitHub Profile
// lib/placeOrder.ts
import crypto from "crypto";
import axios from "axios";
export async function placeOrder({
apiKey,
apiSecret,
bodyData,
}: {