On Parse.com, why is my Object Save in CloudCode not executing? Or am I being an idiot? -
probably i'm idiot. here's code:
https://gist.github.com/anonymous/98022f8febeec13db113
i'm creating stripe charge in cloudcode, , upon success saving parse object, , upon success of that, updating existing parse object link first object.
the first parse object gets created , saved, never see console.log(line 17) telling me did. second, nested object doesn't saved, , don't see success/fail logs 1 either.
anything pop out why don't ever see console output line 17 of linked gist? object gets saved should call success function.
i should add can run code client side , works fine. cloudcode seems not reason.
anything stick out why not working?
Comments
Post a Comment