0
I’m using a Paypal Plus integration using iframe, as below:
<script type="application/javascript">
var ppp = PAYPAL.apps.PPP({"approvalUrl": 'myApprovalUrl',"placeholder": "ppplus","mode": "live"});
</script>
But what I get as a response from Paypal, is an iframe without the inputs: http://i.stack.Imgur.com/Oqk7u.png
What I really need is an iframe with the payment fields, as the following image shows: http://i.stack.Imgur.com/Zc8le.png
Can someone who has already done this kind of integration help me with any suggestions? Thank you.