Hallo liebe stackoverflow Benutzer,Über Paypal Zahlung
Ich möchte aktiv das Paypal-Zahlungssystem machen. Es ist so lange her, das Paypal-Zahlungssystem für jede Webseite aktiv zu machen.
Ich habe Versuche von sandbox.paypal.com gemacht. Codes sind wie hier
<form method="post" action="https://www.sandbox.paypal.com/cgi-bin/webscr">
<input type="hidden" name="amount" value="50" />
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="item_name" value="<?=$productName?>">
<input type="hidden" name="currency_code" value="EUR">
<input type='hidden' name='cancel_return' value='http://www.temafoni.com/flydesign/paypal/cancel.php'>
<input type='hidden' name='return' value='http://www.temafoni.com/flydesign/paypal/success.php'>
<button type="submit" class="btn btn-danger-outline btn-block">Buy Now</button>
</form>
Ich habe erfolgreich Studien abgeschlossen, was soll ich nach diesem Schritt tun?
Vielen Dank für Ihre Hilfe!
Sie sollten die PayPal-Url ändern – FMashiro
danke, ich löste :) –