Browse Source

Merge pull request #3061 from sasha0/feature/templates

Update checkout payment detail template: cleanup archived packages, replace with the relevant ones.
master
Samir Shah 6 years ago
parent
commit
74e4f3aa0c
No account linked to committer's email address
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      src/oscar/templates/oscar/checkout/payment_details.html

+ 2
- 3
src/oscar/templates/oscar/checkout/payment_details.html View File

@@ -21,9 +21,8 @@
21 21
         <p>{% trans "This page needs implementing within your project.  You may want to use one of Oscar's payment gateway libraries:" %}</p>
22 22
         <ul>
23 23
             <li><a href="https://github.com/django-oscar/django-oscar-paypal">django-oscar-paypal</a></li>
24
-            <li><a href="https://github.com/django-oscar/django-oscar-datacash">django-oscar-datacash</a></li>
25
-            <li><a href="https://github.com/django-oscar/django-oscar-gocardless">django-oscar-gocardless</a></li>
26
-            <li><a href="https://github.com/django-oscar/django-oscar-paymentexpress">django-oscar-paymentexpress</a></li>
24
+            <li><a href="https://github.com/django-oscar/django-oscar-adyen">django-oscar-adyen</a></li>
25
+            <li><a href="https://github.com/django-oscar/django-oscar-docdata">django-oscar-docdata</a></li>
27 26
             <li><a href="https://github.com/django-oscar/django-oscar-accounts">django-oscar-accounts</a></li>
28 27
         </ul>
29 28
         <a id="view_preview" href="{% url 'checkout:preview' %}" class="btn btn-primary btn-lg">{% trans "Continue" %}</a>

Loading…
Cancel
Save