Ich arbeite in eingebetteten adaptiven PreApproval Zahlung jetzt ist das Problem, das ich gegenüberstellen ist, wie PreApproval Zahlung mit Licht-Box zu implementieren.Paypal PreApproval Zahlung mit eingebetteten Lichtkasten
Ich habe Pay-Aktion durch Einstellung Paykey mit Light-Box sein funktioniert gut, aber das gleiche, was ich mit wenig Änderung in Code für Pre-Approval-Anfrage wurde nicht funktionierende Licht Box get aufgelegt. lass mich bitte wissen, was ich hier vermisse.
HTML-Code:
<html>
<head>
<script src="https://www.paypalobjects.com/js/external/dg.js" type="text/javascript"></script>
</head>
<body>
<form action="https://www.sandbox.paypal.com/webapps/adaptivepayment/flow/preapprovalkey" target="PPDGFrame" class="standard">
<label for="buy">Buy Now:</label>
<input type="image" id="submitBtn" value="Pay with PayPal" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif">
<input id="type" type="hidden" name="expType" value="light">
<input id="preapprovalkey" type="hidden" name="preapprovalkey" value="{{preapprovalkey}}">
</form>
<script type="text/javascript" charset="utf-8">
var dgFlow = new PAYPAL.apps.DGFlow({ trigger: 'submitBtn' });
</script>
</body>
</html>
ich habe die gleiche Frage .... hast du das herausgefunden? – jtello