Added linkQRCode on response
This commit is contained in:
parent
e2d87fa095
commit
e8cec7e0f4
@ -589,7 +589,8 @@ export const createCashfreeLink = onRequest({
|
|||||||
linkId: linkId,
|
linkId: linkId,
|
||||||
linkUrl: cashfreeResponse.data.link_url,
|
linkUrl: cashfreeResponse.data.link_url,
|
||||||
linkExpiryTime: cashfreeResponse.data.link_expiry_time,
|
linkExpiryTime: cashfreeResponse.data.link_expiry_time,
|
||||||
linkStatus: cashfreeResponse.data.link_status
|
linkStatus: cashfreeResponse.data.link_status,
|
||||||
|
linkQRCode: cashfreeResponse.data.link_qrcode
|
||||||
});
|
});
|
||||||
|
|
||||||
} catch (axiosError: any) {
|
} catch (axiosError: any) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user