timo
unread,Feb 12, 2012, 11:43:29 AM2/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MacCode Discussions
I am looking at a way to serialize an app I am going to be released,
and have been working to get the PHP code working from the MacCode
project. However, when doing some testing with the PayPal sandbox, it
appear that the payer info is not returned during the verification
request, but rather a token is returned and you fetch the info as a
second request. The instructions also seem to be out of date for
setting up the PayPay side. I have made some changes to the PHP
source to make it work, but want to know first:
1. Is this a configuration setting on the PayPal side that I don't
know about?
2. If not, should I submit patches to the code MacCode code base to
update it and file bugs against the instructions?
I can't release my software through the Mac App store since it
requires administrative access, and wanted a way to serialize the
app. MacCode looks like a straightforward way to do this and a good
balance between usage and effectiveness.