jnbt/candy_check

View on GitHub
lib/candy_check.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "candy_check/version"
require "candy_check/utils"
require "candy_check/app_store"
require "candy_check/play_store"

# Module to check and verify in-app receipts
module CandyCheck
end