Coverage for /home/tribaal/workspace/django-shop/shop/payment/urls : 100.00%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
#-*- coding: utf-8 -*- Loop over payment backends defined in settings.SHOP_PAYMENT_BACKENDS and add their URLs to the payment namespace. eg: http://www.example.com/shop/pay/paypal http://www.example.com/shop/pay/pay-on-delivery ... """
# For every backend defined in the backend pool, load all the URLs it defines # in its get_urls() method. (regexp, include(backend.get_urls())) )
|