jinSasaki / InAppPurchase

A Simple and Lightweight framework for In App Purchase (Store Kit 1)
MIT License
288 stars 30 forks source link

Fixed handling for transaction #31

Closed jinSasaki closed 5 years ago

jinSasaki commented 5 years ago

I fixed a bug that fallbackHandler does not handle with transactionState.

codecov[bot] commented 5 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   97.03%   96.83%   -0.21%     
==========================================
  Files           6        6              
  Lines         236      221      -15     
==========================================
- Hits          229      214      -15     
  Misses          7        7
Impacted Files Coverage Δ
Sources/InAppPurchase.swift 100% <100%> (ø) :arrow_up:
Sources/Internal/Internal+InAppPurchase.swift 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 0a72de5...078a3bd. Read the comment docs.