- added capacity in plugin tool to take urls
- test front end integration ok
This commit is contained in:
10
plugins/fipfcard_plugin/html/paypal/paypal.html
Normal file
10
plugins/fipfcard_plugin/html/paypal/paypal.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<h1>old button :</h1>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||
<input type="hidden" name="hosted_button_id" value="H876N9DGSCLKS" />
|
||||
<input type="hidden" name="currency_code" value="EUR" />
|
||||
<input type="image" src="https://www.paypalobjects.com/fr_XC/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" title="PayPal, votre réflexe sécurité pour payer en ligne." alt="Acheter" />
|
||||
</form>
|
||||
<h1>new button :</h1>
|
||||
<div id="paypal-button-container"></div>
|
||||
<p id="result-message"></p>
|
||||
Reference in New Issue
Block a user