Changes between Initial Version and Version 1 of Ticket #33844, comment 1


Ignore:
Timestamp:
Jul 14, 2022, 9:41:41 AM (22 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33844, comment 1

    initial v1  
    33Your URL patterns end with `$` so they'll be matches against a `fullmatch()` rather than a `search()`.
    44
    5 How exactly that's leading to the error is hard to see — Whilst you've given a sample project, there's too much noise in it to with all the Stripe code (which isn't runnable as provided) to spot what's going in in Django.
     5How exactly that's leading to the error is hard to see — Whilst you've given a sample project, there's too much noise in it to with all the Stripe code (which needs instructions, including test card details to be truly runnable) to spot what's going in in Django.
    66
    77Steps forward would be to isolate the Django code, and show how the value is coming up. (Can you add a test case to the test.py that fails, so giving a traceback, but doesn't involve hitting the Stripe API?)
Back to Top