Open coda-apps opened 12 months ago
Hi, I'm glad you found the code here useful. :) But It's been a long time since I worked on this codebase, so I honestly don't know if I can help you, I don't even use windows anymore. :/
Check the readme file, there's a mention to the person that originally created this library, if you wanna look for answers: Gerrit van Kuipers, but that's all I know, sorry.
Check the readme file, there's a mention to the person that originally created this library, if you wanna look for answers: Gerrit van Kuipers, but that's all I know, sorry.
Thank you
Hi there.
Thanks for setting up this git.
I have some sample code i am getting from paypal.
I would like to get the 'custom_id' variable (in: purchase_units) I tried
custom_id = oJSON.data("purchase_units").item("custom_id")
but it was empty. How would i access it? Is it different being within an array?Thanks