{% extends 'base.html' %} {% block content %}

Stripe Checkout

Order #{{ order.id }} — {{ pkg.title }} x{{ order.quantity }}

Client secret available to client for front-end stripe integration.

{{ intent_client_secret }}

In production you should implement Stripe Elements to collect card details. For demo, wait for webhook to mark the order as paid.

{% endblock %}