feat: first stripe imp
This commit is contained in:
@@ -13,4 +13,6 @@ urlpatterns = [
|
||||
views.mock_refund_purchase,
|
||||
name="mock_refund_purchase",
|
||||
),
|
||||
path("test-purchase/", views.test_purchase, name="test_purchase"),
|
||||
path("success/", views.purchase_success, name="purchase_success"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user