michaelsomerville
michaelsomerville
In addition - how do we configure a forgot password with this script ? I am also, attempting to create a "sign as user" - have you had luck with...
Awesome! Thanks for the support and comments, much appreciated on that.
Quickly, would that sign as user ... dump a url ? Sorry, I am not an advanced coder. Lol
Okay, I am extremely lost with that function - where would I push that into the code ? and how would I call it.
In the process right now, of debugging .. I'll let you know lol
Getting this from blockchain ... ``` https://api.blockchain.info/v2/receive/callback_log?callback=http%3A%2F%2Ft.MYSITE.com%2Fblockchain%2Fcallback.php%3Finvoice%3Dd4f779a5571f8c48b643b4245f6b02ef%26secret%3Dcashmunkey&key=MYAPIKEY array(1) { [0]=> array(4) { ["callback"]=> string(107) "http://t.MYSITE.com/blockchain/callback.php?invoice=d4f779a5571f8c48b643b4245f6b02ef&secret=cashmunkey" ["calledAt"]=> int(1510034729000) ["responseCode"]=> int(401) ["rawResponse"]=> string(511) " Authorization Required This server could not verify that...
Okay, I got it to send - but for some reason it's only hitting once and that's it. ``` [ { "callback" : "http://XXXX.com/apitesting/bc-api/callback.php?invoice_id=22&secret=XXXX", "calledAt" : 1510207257000, "responseCode" : 200,...
Yeah, but I haven't shown them *ok* lol so ...
It sends the first time, then logs what I have above ... ``` [ { "callback" : "http://XXXX.com/apitesting/bc-api/callback.php?invoice_id=22&secret=XXXX", "calledAt" : 1510207257000, "responseCode" : 200, "rawResponse" : "Waiting for confirmations" }...
Have you been able to find anything?