remove unsed api
This commit is contained in:
@@ -11,7 +11,6 @@ urlpatterns = [
|
||||
path('cart/all', CartItemClear.as_view()),
|
||||
path('cart/item/<int:pk>', CartItemViews.as_view(), name='change-item-cart'),
|
||||
path('cart/payment', PaymentView.as_view(), name='payment'),
|
||||
# path('callback', callback_view, name='callback-gateway'),
|
||||
path('transaction/<int:tracking_code>', CallbackView.as_view(), name='callback-gateway'),
|
||||
path('<int:pk>', OrderGetView.as_view(), name='order-get'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user