This repository was archived by the owner on Nov 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55------
66
77* Fixed issues storing ``Payment.mp_id `` when using MariaDB.
8+ * Fix README not rendering as expected on PyPI.
89
910v5.1.0
1011------
Original file line number Diff line number Diff line change @@ -163,10 +163,11 @@ To complete a full payment flow, you'd:
163163* Use ``preference.url `` to forward the user to the payment page.
164164* If your webhooks are properly configured, the notification will be created as
165165 soon as the user completes the operation.
166- * Depending on your ``AUTOPROCESS `` setting, the status may be updated
167- automatically, or may be up to you (see above).
168- * If you're not using webhooks, you'll have to poll the status manually
169- from time to time (using ``poll_status ``).
166+
167+ * Depending on your ``AUTOPROCESS `` setting, the status may be updated
168+ automatically, or may be up to you (see above).
169+ * If you're not using webhooks, you'll have to poll the status manually
170+ from time to time (using ``poll_status ``).
170171
171172Backwards compatibility
172173-----------------------
You can’t perform that action at this time.
0 commit comments