mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
more logging
This commit is contained in:
parent
e933914548
commit
e19657b8ac
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ async function iapAndroidVerify (user, iapBody) {
|
|||
try {
|
||||
await iapSetup();
|
||||
|
||||
console.log('iapbody', JSON.stringify(iapBody));
|
||||
console.log('iapbody', JSON.stringify(iapBody), typeof iapBody.transaction.receipt);
|
||||
let testObj = {
|
||||
data: iapBody.transaction.receipt,
|
||||
signature: iapBody.transaction.signature,
|
||||
|
|
|
|||
Loading…
Reference in a new issue