knowmetools / km-api

The API behind our Know Me app
Apache License 2.0
4 stars 0 forks source link

Implement new method of querying Apple receipts #498

Closed cdriehuys closed 5 years ago

cdriehuys commented 5 years ago

Closes #497

Proposed Changes

Querying for Apple receipts now uses the original transaction ID to check for existence rather than comparing receipt data hashes.

codecov[bot] commented 5 years ago

Codecov Report

Merging #498 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #498      +/-   ##
==========================================
+ Coverage   97.87%   97.89%   +0.02%     
==========================================
  Files          60       60              
  Lines        1648     1665      +17     
  Branches       98       98              
==========================================
+ Hits         1613     1630      +17     
  Misses         25       25              
  Partials       10       10
Impacted Files Coverage Δ
km_api/know_me/views.py 100% <100%> (ø) :arrow_up:
...pi/know_me/serializers/subscription_serializers.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e0d157...99149e4. Read the comment docs.