Tesis
1.0.0
Loading...
Searching...
No Matches
payment_service.urls Namespace Reference
Variables
str
app_name
= 'payment_service'
list
urlpatterns
Variable Documentation
◆
app_name
str payment_service.urls.app_name = 'payment_service'
Definition at line
7
of file
urls.py
.
◆
urlpatterns
list payment_service.urls.urlpatterns
Initial value:
1
= [
2
path(
'create-preference/'
, views.CreatePreferenceView.as_view(), name=
'create-preference'
),
3
path(
'webhook/'
, views.WebhookView.as_view(), name=
'webhook'
),
4
path(
'success/'
, PaymentSuccessView.as_view(), name=
'payment-success'
),
5
]
Definition at line
9
of file
urls.py
.
payment_service
urls
Generated by
1.14.0