Compare commits

..

No commits in common. "18569d38d3d9315b47db9df75b8e7e1582c19658" and "5bc3d6dfffe188e1fa72c71f54d021cdc60fa38f" 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)}`);