I want to use Google checkout to sell a license key. The html code of
the google checkout button looks like the code below,

<form action=" ... ">
<input name="item_name_1" value="Software license key" type="hidden" /
>
...
<input name="shopping-cart.items.item-1.digital-content.key"
value="0588-8462-1638-9200" type="hidden" />
...
</form>


The problem is that the user can see the license key without buying it
by checking the web page source from his browser.

Using Google App engine, how can I send the Google Checkout button
information without showing it in html code.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---


Reply via email to