dinoperovic / django-salesman

Headless e-commerce framework for Django and Wagtail.
https://django-salesman.rtfd.io
BSD 3-Clause "New" or "Revised" License
384 stars 46 forks source link

remove self for request #26

Closed chriswedgwood closed 1 year ago

chriswedgwood commented 1 year ago

Correcting docs example , removing incorrect use of self for request

codecov[bot] commented 1 year ago

Codecov Report

Merging #26 (773bcec) into master (4cee7ab) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 773bcec differs from pull request most recent head 5be174a. Consider uploading reports for the commit 5be174a to get more accurate results

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files          50       50           
  Lines        1978     1978           
=======================================
  Hits         1977     1977           
  Misses          1        1           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dinoperovic commented 1 year ago

@chriswedgwood Thanks :)