Compare commits

...

2 Commits

Author SHA1 Message Date
103684dc4f Merge branch 'dev' 2025-04-16 04:36:14 +05:30
6351cb87ef Removed notify url 2025-04-16 04:35:34 +05:30

View File

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