├── LICENSE ├── README.md ├── apple.js ├── google_play.js └── verify.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobileVet/parse-iap-verify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobileVet/parse-iap-verify/HEAD/README.md -------------------------------------------------------------------------------- /apple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobileVet/parse-iap-verify/HEAD/apple.js -------------------------------------------------------------------------------- /google_play.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobileVet/parse-iap-verify/HEAD/google_play.js -------------------------------------------------------------------------------- /verify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobileVet/parse-iap-verify/HEAD/verify.js --------------------------------------------------------------------------------