issues
search
aporat
/
store-receipt-validator
PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633
stars
153
forks
source link
Fixed string to bool conversion by removing boolval
#77
Closed
cumhuronat
closed
6 years ago
cumhuronat
commented
6 years ago
boolval("false") returns true. Fixed it with string comparison
boolval("false") returns true. Fixed it with string comparison