Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit 7b30af7

Browse files
author
Hugo Osvaldo Barrera
committed
Fix a few mixups in the documentation
1 parent 5013e06 commit 7b30af7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ settings::
6767
'base_host': 'https://www.mysite.com
6868
}
6969

70+
See below for an explanation of each setting.
71+
7072
AUTOPROCESS
71-
~~~~~~~~~~~~~~~~~~~~~~~
73+
~~~~~~~~~~~
7274

7375
**Required**
7476

@@ -82,8 +84,8 @@ pattern if not auto-processing is to have a celery task to process them::
8284
def process_notification(sender, **kwargs):
8385
tasks.process_notification.delay(notification=sender)
8486

85-
SUCCESS_VIEW
86-
~~~~~~~~~~~~
87+
SUCCESS_URL
88+
~~~~~~~~~~~
8789

8890
**Required**
8991

@@ -100,8 +102,8 @@ corresponding URL pattern would look like this::
100102
name='payment_received',
101103
),
102104

103-
FAILURE_VIEW
104-
~~~~~~~~~~~~
105+
FAILURE_URL
106+
~~~~~~~~~~~
105107

106108
**Required**
107109

@@ -110,8 +112,8 @@ This url will receive as an argument the ``id`` of the preference that the user
110112
attempted to pay
111113

112114

113-
PENDING_VIEW
114-
~~~~~~~~~~~~
115+
PENDING_URL
116+
~~~~~~~~~~~
115117

116118
**Required**
117119

0 commit comments

Comments
 (0)