#jcalentine
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jcalentine, 4 days ago, 29 messages
hello! how can I help?
ok so i just want to check: is checkout_session_id = request.GET.get('session_id', None) provide the same data as session_id = session.get('id', None)
you can try it and see the result?