Session Information
Attempted Amount | {{ session_data.currency }} {{ session_data.amount_total|floatformat:2 }} |
Session Created | {{ session_data.created|date:"F j, Y g:i A" }} |
Cancelled Purchase
{% if session_data.product_name %}Product: {{ session_data.product_name }}
{% endif %} {% if session_data.credit_amount %}Credits (Not Purchased): {{ session_data.credit_amount }} credits
{% endif %} {% if session_data.product_description %}Description: {{ session_data.product_description }}
{% endif %}Session ID: {{ session_id }}
Reference this ID if you need to contact support about this issue.