Yo Community,
Ich bin dabei eine Shop CMS zu programmieren. Ich habe es jetzt so, dass man mit Paypal einzahlen kann.
Man wird zur Login Seite weitergeleitet, muss Passwort eintippen und das Geld wird mir versendet.
Alles gut bis jetzt. Jedoch will Ich jetzt das Guthaben gutschreiben aber wie?
Code:
Code
<form action="https://www.paypal.com/cgi-bin/webscr" method="POST">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="MVD2P85Y8VH88">
<select>
<option value="5.00">5.00€</a>
</select>
<input type="submit" name="submit" value="Weiter" />
</form>
MfG.