问问题
2282 次
1 回答
1
I solved the problem. In my client code, I was referring to the sandbox URL instead of the live URL.
<form action="https://www.paypal.com/webapps/adaptivepayment/flow/pay" target="PPDGFrame">
<input id="type" type="hidden" name="expType" value="light">
<input id="paykey" type="hidden" name="paykey" value="AP-...">
<input type="submit" id="submitBtn" value="Pay with PayPal">
</form>
于 2012-08-07T05:58:37.577 回答