Hello
I'm really "really" novice in bitcoin API
I have test this api :
https://github.com/blockchain/receive_payment_php_demoBut I can't work with this :/
My problem :
http://img15.hostingpics.net/pics/211505Sanstitre2.jpg1 - this pic don't exist <img src="<?php echo $blockchain_root ?>Resources/buttons/pay_now_64.png">
2 - I have Problem with <div class="blockchain stage-paid">
But may be I have not configured well the includ :
$blockchain_root = "
https://blockchain.info/";
$mysite_root = "
http://mysite.com/";
$secret = "petitTroll";
$my_bitcoin_address = "1Md8xgKc119xu4MyV6KatrnFmrZAWj6TWM";
What I must put in $Secret ? I have test my pass, my login, but I don't know ? Where is $secret in my wallet blockchain ?
if someone could Help mee
The code is simple and easy but Not work for me
I try to use this api In localhost for test.
(I have not hide informations coz it's wallet for test)