Compare commits

..

No commits in common. "103684dc4f5f04b52cf085cb67ed02d92d489753" and "0e60f34500a5097446205e882713c9ad7d1a5fc0" have entirely different histories.

View File

@ -561,6 +561,9 @@ export const createCashfreeLink = onRequest({
"order_id": orderId,
"gym_id": gymId,
"user_id": userId
},
"link_meta": {
"notify_url": process.env.CASHFREE_LINK_NOTIFY_URL
}
};
console.log(`Body: ${JSON.stringify(requestBody)}`);