Skip to content

Commit

Permalink
Merge branch 'emersonhsieh/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Mar 15, 2021
2 parents d46d59b + 81df8b0 commit 984b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports.getService = function (receipt) {
}
if (parsed.signature) {
return module.exports.GOOGLE;
} else if (receipt.purchaseToken) {
} else if (parsed.purchaseToken) {
return module.exports.GOOGLE;
} else {
return module.exports.AMAZON;
Expand Down

0 comments on commit 984b3dd

Please sign in to comment.