We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316cad7 commit 9ab964eCopy full SHA for 9ab964e
payment/urls.py
@@ -7,5 +7,5 @@
7
path("portone/webhook/", PortoneWebhookApi.as_view(), name="portone-webhook"),
8
path("key/", post__generate_payment_key, name="get-payment-key"),
9
path("success/", PaymentSuccessApi.as_view(), name="payment-success"),
10
- path("calcel/", post__cancel_payment, name="cancel-payment"),
+ path("cancel/", post__cancel_payment, name="cancel-payment"),
11
]
0 commit comments