#NandiniGopi
1 messages · Page 1 of 1 (latest)
Hi! What do you mean by "update"?
DateTime expiryDateTime = DateTime.now().addSeconds(1800);
long expiryDate = expiryDateTime.getTime()/1000;
I have been recently working on the checkout session recovery URL. I need to regenerate the recovery URL after 30 minutes. I need to change the timestamp is that possible?
👋 taking over for my colleague. Let me catch up.