【发布时间】:2011-09-29 11:28:53
【问题描述】:
基本上我想要一个下载代码 mywebsite 的功能。
我检查了以下链接以获取 google checkout 数字产品。 https://checkout.google.com/support/sell/bin/answer.py?answer=39011
我使用此链接为沙盒中的数字产品创建了“立即购买”按钮。HTML 代码像往常一样将我重定向到谷歌结帐。
但是付款后它在任何地方都没有给我任何下载链接。 ??
<form action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/859574590497884" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" target="_top">
<input name="item_name_1" type="hidden" value="mycode"/>
<input name="item_description_1" type="hidden" value="this item is all about my code"/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="1251.0"/>
<input name="item_currency_1" type="hidden" value="USD"/>
<input name="shopping-cart.items.item-1.digital-content.description" type="hidden" value="Please read this instructions.."/>
<input name="shopping-cart.items.item-1.digital-content.url" type="hidden" value="http://www.xxxxxxxx.in/xxxxxxxx/xxxxxx/20110929034224791156.pdf"/>
<input name="_charset_" type="hidden" value="utf-8"/>
<input alt="" src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=859574590497884&w=117&h=48&style=white&variant=text&loc=en_US" type="image"/>
【问题讨论】:
标签: html payment google-checkout