Slash changed in url

This commit is contained in:
Dhansh A S 2025-04-13 15:36:48 +05:30
parent 1b495cae6b
commit 810fc7305d

View File

@ -423,8 +423,7 @@ export const createCashfreeOrder = onRequest({
customer_phone: customerPhone
},
order_meta: {
return_url: `https://fitlien.com/payment-bridge?order_id=${orderId}&hash_key=${hashKey}&user_id=${userId}&gym_id=${gymId}&web_host_url=${webHostUrl}`,
// notify_url: `https://$filien.web.app/verifyCashfreePayment`
return_url: `http://${webHostUrl}?order_id=${orderId}&hash_key=${hashKey}&user_id=${userId}&gym_id=${gymId}#/payment-status-screen`,
},
order_note: productInfo || 'Fitlien Membership'
},