Skip to content

Commit 9ab964e

Browse files
committed
오타 수정
1 parent 316cad7 commit 9ab964e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payment/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
path("portone/webhook/", PortoneWebhookApi.as_view(), name="portone-webhook"),
88
path("key/", post__generate_payment_key, name="get-payment-key"),
99
path("success/", PaymentSuccessApi.as_view(), name="payment-success"),
10-
path("calcel/", post__cancel_payment, name="cancel-payment"),
10+
path("cancel/", post__cancel_payment, name="cancel-payment"),
1111
]

0 commit comments

Comments
 (0)