Welcome Guest, Not a member yet? Register   Sign In
PayPal IPN Response and Table Updates
#3

[eluser]johnnyletrois[/eluser]
Thanks for putting me on the right track. Doing some debugging, it appears
Code:
$result  = $this->Common_model->getTableData('reservation', array('id' => $list_id))->row();
is returning
Code:
array(0) { }
even though
Code:
$list_id = $data[0];
is returning
Code:
string(1) "7"
when I defined 7 as the first result in my custom string.

I'm still stuck after that so I appreciate your help.


Messages In This Thread
PayPal IPN Response and Table Updates - by El Forum - 04-07-2013, 03:26 PM
PayPal IPN Response and Table Updates - by El Forum - 04-08-2013, 02:19 AM
PayPal IPN Response and Table Updates - by El Forum - 04-09-2013, 09:20 AM
PayPal IPN Response and Table Updates - by El Forum - 04-09-2013, 11:39 AM
PayPal IPN Response and Table Updates - by El Forum - 04-09-2013, 01:37 PM
PayPal IPN Response and Table Updates - by El Forum - 04-10-2013, 03:03 AM
PayPal IPN Response and Table Updates - by El Forum - 04-11-2013, 03:08 PM
PayPal IPN Response and Table Updates - by El Forum - 04-12-2013, 01:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB