environement de test Paypal avec mon code Paypal

marcsteph423
Contributeur
Contributeur

Bonjour, j'ai créer un compte Sandbox et créer un mail de test avec son mot de passe mais maintenant comment tester les paiements sur mon site, ca ne marche pas?

sur mon site, les bouton de paiement sont ainsi:

<form name="_xclick" action="https://www.paypal.com/fr/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="mail">c'est mon mail Paypal
<input type="hidden" name="currency_code" value="CHF">
<input type="hidden" name="item_name" value="<?php echo $titre; ?> ">
<input type="hidden" name="amount" value="<?php echo number_format( special_round($resultat2,0.050) , $decimals =2 ); ?>">

 

il faut changer quelque chose dans le code?

Login to Me Too
0 RÉPONSES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.